summaryrefslogtreecommitdiffstats
path: root/isys/devnodes.c
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-09-18 21:51:50 +0000
committerChris Lumens <clumens@redhat.com>2007-09-18 21:51:50 +0000
commit8abb7cdf1d7f570bf2ce731338efcb9871837346 (patch)
treeb12aaba3a307c6cab2da2b4d08a6ceb2a9fc1a6a /isys/devnodes.c
parentb4ad43b09a75d36d3572080b22bc0efcfaa9d5b6 (diff)
downloadanaconda-8abb7cdf1d7f570bf2ce731338efcb9871837346.tar.gz
anaconda-8abb7cdf1d7f570bf2ce731338efcb9871837346.tar.xz
anaconda-8abb7cdf1d7f570bf2ce731338efcb9871837346.zip
Fix build.
Diffstat (limited to 'isys/devnodes.c')
-rw-r--r--isys/devnodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/devnodes.c b/isys/devnodes.c
index b1779a8e8..49e7279b3 100644
--- a/isys/devnodes.c
+++ b/isys/devnodes.c
@@ -91,7 +91,7 @@ static const char digits[] = "0123456789";
int devMakeInode(char * devName, char * path) {
int i;
- int major, minor;
+ long major, minor;
int type;
char *ptr;
char *dir;