aboutsummaryrefslogtreecommitdiff
path: root/lsmod.c
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-03-08 14:50:47 +0000
committerErik Andersen <andersen@codepoet.org>2000-03-08 14:50:47 +0000
commit269bba25149289201055c9448e8c64fc05dbf89d (patch)
treefc86ee9610aecb7aeebac03116d15a6b4ef51a9a /lsmod.c
parent47d3bb3b6ddb961b035493621a1601017535a1e4 (diff)
downloadbusybox-269bba25149289201055c9448e8c64fc05dbf89d.tar.gz
Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler
BB_FEATURE_USE_DEVPS_PATCH. -Erik
Diffstat (limited to 'lsmod.c')
-rw-r--r--lsmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsmod.c b/lsmod.c
index b8834d304..27fabc1fe 100644
--- a/lsmod.c
+++ b/lsmod.c
@@ -27,7 +27,7 @@
extern int lsmod_main(int argc, char **argv)
{
-#if defined BB_FEATURE_USE_DEVPS_N_DEVMTAB
+#if defined BB_FEATURE_USE_DEVPS_PATCH
char *cmd[] = { "cat", "/dev/modules", "\0" };
#else
#if ! defined BB_FEATURE_USE_PROCFS