diff options
author | Rob Landley | 2006-08-15 21:37:55 +0000 |
---|---|---|
committer | Rob Landley | 2006-08-15 21:37:55 +0000 |
commit | 4640b05afd2220ccf7f385a9e8dcc18362196957 (patch) | |
tree | 81981591b155931bdb92c4b599ae19970600d202 /modutils/lsmod.c | |
parent | a299efb7b0baea494bf1cb4f050879c29240e5c4 (diff) | |
download | busybox-4640b05afd2220ccf7f385a9e8dcc18362196957.zip busybox-4640b05afd2220ccf7f385a9e8dcc18362196957.tar.gz |
Bernhard Fischer pointed out some leftover debris needing cleanup.
Diffstat (limited to 'modutils/lsmod.c')
-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 55d336b..ed194ed 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.c @@ -12,18 +12,6 @@ */ #include "busybox.h" -//#include <stdlib.h> -//#include <stdio.h> -//#include <string.h> -//#include <stddef.h> -//#include <errno.h> -//#include <unistd.h> -//#include <dirent.h> -//#include <ctype.h> -//#include <assert.h> -//#include <getopt.h> -//#include <sys/utsname.h> -//#include <sys/file.h> #ifndef CONFIG_FEATURE_CHECK_TAINTED_MODULE |