diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-10-12 04:16:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-10-12 04:16:08 +0000 |
commit | 9060a7315980bb05f42eab76b88746d43e138188 (patch) | |
tree | a916556bba97402ae4594e6876f8f20376447765 /modutils/lsmod.c | |
parent | e8a90fb2bcdd09159455fcafc94428e31cbe9670 (diff) | |
download | busybox-w32-9060a7315980bb05f42eab76b88746d43e138188.tar.gz busybox-w32-9060a7315980bb05f42eab76b88746d43e138188.tar.bz2 busybox-w32-9060a7315980bb05f42eab76b88746d43e138188.zip |
Doh! I screwed up applying vodz' patch.
-Erik
Diffstat (limited to 'modutils/lsmod.c')
-rw-r--r-- | modutils/lsmod.c | 1 |
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, | |||
114 | 114 | ||
115 | return my_ret; | 115 | return my_ret; |
116 | } | 116 | } |
117 | #endif | ||
118 | 117 | ||
119 | extern int lsmod_main(int argc, char **argv) | 118 | extern int lsmod_main(int argc, char **argv) |
120 | { | 119 | { |