diff options
author | Eric Andersen | 2002-10-12 04:16:08 +0000 |
---|---|---|
committer | Eric Andersen | 2002-10-12 04:16:08 +0000 |
commit | 9060a7315980bb05f42eab76b88746d43e138188 (patch) | |
tree | a916556bba97402ae4594e6876f8f20376447765 /modutils | |
parent | e8a90fb2bcdd09159455fcafc94428e31cbe9670 (diff) | |
download | busybox-9060a7315980bb05f42eab76b88746d43e138188.zip busybox-9060a7315980bb05f42eab76b88746d43e138188.tar.gz |
Doh! I screwed up applying vodz' patch.
-Erik
Diffstat (limited to 'modutils')
-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 a03247f..95eeaa5 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) { |