diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-08 14:50:47 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-08 14:50:47 +0000 |
commit | 269bba25149289201055c9448e8c64fc05dbf89d (patch) | |
tree | fc86ee9610aecb7aeebac03116d15a6b4ef51a9a /modutils | |
parent | 47d3bb3b6ddb961b035493621a1601017535a1e4 (diff) | |
download | busybox-269bba25149289201055c9448e8c64fc05dbf89d.tar.gz |
Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler
BB_FEATURE_USE_DEVPS_PATCH.
-Erik
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/lsmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c index b8834d304..27fabc1fe 100644 --- a/modutils/lsmod.c +++ b/modutils/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 |