aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-10-12 04:16:08 +0000
committerEric Andersen <andersen@codepoet.org>2002-10-12 04:16:08 +0000
commit9060a7315980bb05f42eab76b88746d43e138188 (patch)
treea916556bba97402ae4594e6876f8f20376447765 /modutils
parente8a90fb2bcdd09159455fcafc94428e31cbe9670 (diff)
downloadbusybox-9060a7315980bb05f42eab76b88746d43e138188.tar.gz
Doh! I screwed up applying vodz' patch.
-Erik
Diffstat (limited to 'modutils')
-rw-r--r--modutils/lsmod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c
index a03247f73..95eeaa52f 100644
--- a/modutils/lsmod.c
+++ b/modutils/lsmod.c
@@ -114,7 +114,6 @@ static int my_query_module(const char *name, int which, void **buf,
return my_ret;
}
-#endif
extern int lsmod_main(int argc, char **argv)
{