Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-10-12 08:16:08 +0400
committerEric Andersen <andersen@codepoet.org>2002-10-12 08:16:08 +0400
commit9060a7315980bb05f42eab76b88746d43e138188 (patch)
treea916556bba97402ae4594e6876f8f20376447765 /modutils
parente8a90fb2bcdd09159455fcafc94428e31cbe9670 (diff)
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)
{