diff options
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1247,8 +1247,7 @@ extern int device_open(char *device, int mode) | |||
1247 | #endif /* BB_INIT BB_SYSLOGD */ | 1247 | #endif /* BB_INIT BB_SYSLOGD */ |
1248 | 1248 | ||
1249 | 1249 | ||
1250 | #if defined BB_FEATURE_LINUXRC && ( defined BB_HALT || defined BB_REBOOT || defined BB_POWEROFF ) | 1250 | #if defined BB_KILLALL || ( defined BB_FEATURE_LINUXRC && ( defined BB_HALT || defined BB_REBOOT || defined BB_POWEROFF )) |
1251 | |||
1252 | #ifdef BB_FEATURE_USE_DEVPS_PATCH | 1251 | #ifdef BB_FEATURE_USE_DEVPS_PATCH |
1253 | #include <linux/devps.h> | 1252 | #include <linux/devps.h> |
1254 | #endif | 1253 | #endif |
@@ -1363,7 +1362,7 @@ extern pid_t findPidByName( char* pidName) | |||
1363 | return 0; | 1362 | return 0; |
1364 | } | 1363 | } |
1365 | #endif /* BB_FEATURE_USE_DEVPS_PATCH */ | 1364 | #endif /* BB_FEATURE_USE_DEVPS_PATCH */ |
1366 | #endif /* BB_INIT || BB_HALT || BB_REBOOT || BB_POWEROFF */ | 1365 | #endif /* BB_KILLALL || ( BB_FEATURE_LINUXRC && ( BB_HALT || BB_REBOOT || BB_POWEROFF )) */ |
1367 | 1366 | ||
1368 | #if defined BB_GUNZIP \ | 1367 | #if defined BB_GUNZIP \ |
1369 | || defined BB_GZIP \ | 1368 | || defined BB_GZIP \ |