aboutsummaryrefslogtreecommitdiff
path: root/lsmod.c
diff options
context:
space:
mode:
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 @@
27 27
28extern int lsmod_main(int argc, char **argv) 28extern int lsmod_main(int argc, char **argv)
29{ 29{
30#if defined BB_FEATURE_USE_DEVPS_N_DEVMTAB 30#if defined BB_FEATURE_USE_DEVPS_PATCH
31 char *cmd[] = { "cat", "/dev/modules", "\0" }; 31 char *cmd[] = { "cat", "/dev/modules", "\0" };
32#else 32#else
33#if ! defined BB_FEATURE_USE_PROCFS 33#if ! defined BB_FEATURE_USE_PROCFS