diff options
author | Rob Landley <rob@landley.net> | 2006-08-15 21:37:55 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-08-15 21:37:55 +0000 |
commit | 4640b05afd2220ccf7f385a9e8dcc18362196957 (patch) | |
tree | 81981591b155931bdb92c4b599ae19970600d202 /modutils | |
parent | a299efb7b0baea494bf1cb4f050879c29240e5c4 (diff) | |
download | busybox-w32-4640b05afd2220ccf7f385a9e8dcc18362196957.tar.gz busybox-w32-4640b05afd2220ccf7f385a9e8dcc18362196957.tar.bz2 busybox-w32-4640b05afd2220ccf7f385a9e8dcc18362196957.zip |
Bernhard Fischer pointed out some leftover debris needing cleanup.
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/lsmod.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c index 55d336bf8..ed194edd6 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.c | |||
@@ -12,18 +12,6 @@ | |||
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include "busybox.h" | 14 | #include "busybox.h" |
15 | //#include <stdlib.h> | ||
16 | //#include <stdio.h> | ||
17 | //#include <string.h> | ||
18 | //#include <stddef.h> | ||
19 | //#include <errno.h> | ||
20 | //#include <unistd.h> | ||
21 | //#include <dirent.h> | ||
22 | //#include <ctype.h> | ||
23 | //#include <assert.h> | ||
24 | //#include <getopt.h> | ||
25 | //#include <sys/utsname.h> | ||
26 | //#include <sys/file.h> | ||
27 | 15 | ||
28 | 16 | ||
29 | #ifndef CONFIG_FEATURE_CHECK_TAINTED_MODULE | 17 | #ifndef CONFIG_FEATURE_CHECK_TAINTED_MODULE |