X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=lsmod.c;h=c97d199a69e40d262cd86011ac05cc9b52998dc8;hb=5165fbed639916e0fde15a827241b21981be7934;hp=ab8445596531db8267e6e6075e703567afdeac32;hpb=8ec10a9483f937743cba51124b30540c9613fca8;p=oweals%2Fbusybox.git diff --git a/lsmod.c b/lsmod.c index ab8445596..c97d199a6 100644 --- a/lsmod.c +++ b/lsmod.c @@ -25,7 +25,6 @@ * */ -#include "busybox.h" #include #include #include @@ -37,6 +36,7 @@ #include #include #include +#include "busybox.h" @@ -130,10 +130,6 @@ extern int lsmod_main(int argc, char **argv) #else /*BB_FEATURE_OLD_MODULE_INTERFACE*/ -#if ! defined BB_FEATURE_USE_PROCFS -#error Sorry, I depend on the /proc filesystem right now. -#endif - extern int lsmod_main(int argc, char **argv) { int fd, i;