Apply a patch from Evin Robertson -- new pivot_root applet.
[oweals/busybox.git] / lsmod.c
diff --git a/lsmod.c b/lsmod.c
index ab8445596531db8267e6e6075e703567afdeac32..f39cbc08f8926f84028118d949a7dca88347106d 100644 (file)
--- a/lsmod.c
+++ b/lsmod.c
@@ -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;