diff options
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/devfsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index cc1c5e1f0..62d217345 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
@@ -611,7 +611,7 @@ static void process_config_line (const char *line, unsigned long *event_mask) | |||
611 | "PERMISSIONS", "MODLOAD", "EXECUTE", "COPY", "IGNORE", | 611 | "PERMISSIONS", "MODLOAD", "EXECUTE", "COPY", "IGNORE", |
612 | "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT", 0 }; | 612 | "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT", 0 }; |
613 | 613 | ||
614 | short int i; | 614 | int i; |
615 | 615 | ||
616 | debug_msg_logger(LOG_INFO, __FUNCTION__); | 616 | debug_msg_logger(LOG_INFO, __FUNCTION__); |
617 | 617 | ||
@@ -1295,7 +1295,7 @@ static const char *get_variable (const char *variable, void *info) | |||
1295 | const char *field_names[] = { "hostname", "mntpt", "devpath", "devname", | 1295 | const char *field_names[] = { "hostname", "mntpt", "devpath", "devname", |
1296 | "uid", "gid", "mode", hostname, mount_point, | 1296 | "uid", "gid", "mode", hostname, mount_point, |
1297 | gv_info->devpath, gv_info->devname, 0 }; | 1297 | gv_info->devpath, gv_info->devname, 0 }; |
1298 | short int i; | 1298 | int i; |
1299 | 1299 | ||
1300 | debug_msg_logger(LOG_INFO, __FUNCTION__); | 1300 | debug_msg_logger(LOG_INFO, __FUNCTION__); |
1301 | 1301 | ||