http://git.etherboot.org
/
people
/
mcb30
/
busybox.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
insmod: fix help text to not show options if only 2.6 was selected
[people/mcb30/busybox.git]
/
modutils
/
insmod.c
diff --git
a/modutils/insmod.c
b/modutils/insmod.c
index
3c8bb41
..
d7e4bef
100644
(file)
--- 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