diff options
Diffstat (limited to 'ps.c')
-rw-r--r-- | ps.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -38,7 +38,7 @@ | |||
38 | #include <sys/ioctl.h> | 38 | #include <sys/ioctl.h> |
39 | 39 | ||
40 | 40 | ||
41 | #if ! defined BB_FEATURE_USE_DEVPS_N_DEVMTAB | 41 | #if ! defined BB_FEATURE_USE_DEVPS_PATCH |
42 | 42 | ||
43 | /* The following is the first ps implementation -- | 43 | /* The following is the first ps implementation -- |
44 | * the one using the /proc virtual filesystem. | 44 | * the one using the /proc virtual filesystem. |
@@ -184,7 +184,7 @@ extern int ps_main(int argc, char **argv) | |||
184 | } | 184 | } |
185 | 185 | ||
186 | 186 | ||
187 | #else /* BB_FEATURE_USE_DEVPS_N_DEVMTAB */ | 187 | #else /* BB_FEATURE_USE_DEVPS_PATCH */ |
188 | 188 | ||
189 | 189 | ||
190 | /* The following is the second ps implementation -- | 190 | /* The following is the second ps implementation -- |
@@ -284,5 +284,5 @@ extern int ps_main(int argc, char **argv) | |||
284 | exit (0); | 284 | exit (0); |
285 | } | 285 | } |
286 | 286 | ||
287 | #endif /* BB_FEATURE_USE_DEVPS_N_DEVMTAB */ | 287 | #endif /* BB_FEATURE_USE_DEVPS_PATCH */ |
288 | 288 | ||