diff options
author | Denis Vlasenko | 2007-09-24 20:14:32 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-09-24 20:14:32 +0000 |
commit | a545726d2baa08b28510336b32d85de91df51d9e (patch) | |
tree | 22be96f507e7e1079526bdacef5e081455b2243f /modutils | |
parent | d9c6a001e3356656ab3bc31f18778602484075e0 (diff) | |
download | busybox-a545726d2baa08b28510336b32d85de91df51d9e.zip busybox-a545726d2baa08b28510336b32d85de91df51d9e.tar.gz |
insmod: fix help text to not show options if only 2.6 was selected
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/insmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index 3c8bb41..d7e4bef 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c @@ -72,7 +72,7 @@ #endif #if ENABLE_FEATURE_2_6_MODULES -extern int insmod_ng_main( int argc, char **argv); +extern int insmod_ng_main(int argc, char **argv); #endif |