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 @@
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