aboutsummaryrefslogtreecommitdiff
path: root/ps.c
diff options
context:
space:
mode:
Diffstat (limited to 'ps.c')
-rw-r--r--ps.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ps.c b/ps.c
index b9ff5bd0b..f01cf99e4 100644
--- a/ps.c
+++ b/ps.c
@@ -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