diff options
author | Erik Andersen | 2000-03-08 14:50:47 +0000 |
---|---|---|
committer | Erik Andersen | 2000-03-08 14:50:47 +0000 |
commit | 269bba25149289201055c9448e8c64fc05dbf89d (patch) | |
tree | fc86ee9610aecb7aeebac03116d15a6b4ef51a9a /procps | |
parent | 47d3bb3b6ddb961b035493621a1601017535a1e4 (diff) | |
download | busybox-269bba25149289201055c9448e8c64fc05dbf89d.zip busybox-269bba25149289201055c9448e8c64fc05dbf89d.tar.gz |
Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler0_43pre1
BB_FEATURE_USE_DEVPS_PATCH.
-Erik
Diffstat (limited to 'procps')
-rw-r--r-- | procps/ps.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/procps/ps.c b/procps/ps.c index b9ff5bd..f01cf99 100644 --- a/procps/ps.c +++ b/procps/ps.c @@ -38,7 +38,7 @@ #include <sys/ioctl.h> -#if ! defined BB_FEATURE_USE_DEVPS_N_DEVMTAB +#if ! defined BB_FEATURE_USE_DEVPS_PATCH /* The following is the first ps implementation -- * the one using the /proc virtual filesystem. @@ -184,7 +184,7 @@ extern int ps_main(int argc, char **argv) } -#else /* BB_FEATURE_USE_DEVPS_N_DEVMTAB */ +#else /* BB_FEATURE_USE_DEVPS_PATCH */ /* The following is the second ps implementation -- @@ -284,5 +284,5 @@ extern int ps_main(int argc, char **argv) exit (0); } -#endif /* BB_FEATURE_USE_DEVPS_N_DEVMTAB */ +#endif /* BB_FEATURE_USE_DEVPS_PATCH */ |