aboutsummaryrefslogtreecommitdiff
path: root/modutils/insmod.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-30 18:42:29 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-30 18:42:29 +0000
commit6a5dc5d75a1368464fc7e085aa1f1d4c453d27cd (patch)
treed270e6fa41ae3b327aaef60a956328961795594a /modutils/insmod.c
parent3bba545a54addf59b63a003e7ada03fd8b29b5ba (diff)
downloadbusybox-w32-6a5dc5d75a1368464fc7e085aa1f1d4c453d27cd.tar.gz
busybox-w32-6a5dc5d75a1368464fc7e085aa1f1d4c453d27cd.tar.bz2
busybox-w32-6a5dc5d75a1368464fc7e085aa1f1d4c453d27cd.zip
next bunch of fixes for bugs found by randconfig
Diffstat (limited to 'modutils/insmod.c')
-rw-r--r--modutils/insmod.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c
index 842ef09d0..866e333ec 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -3859,11 +3859,12 @@ add_ksymoops_symbols(struct obj_file *f, const char *filename,
3859#if ENABLE_FEATURE_INSMOD_LOAD_MAP 3859#if ENABLE_FEATURE_INSMOD_LOAD_MAP
3860static void print_load_map(struct obj_file *f) 3860static void print_load_map(struct obj_file *f)
3861{ 3861{
3862 struct obj_symbol *sym;
3863 struct obj_symbol **all, **p;
3864 struct obj_section *sec; 3862 struct obj_section *sec;
3863#if ENABLE_FEATURE_INSMOD_LOAD_MAP_FULL
3864 struct obj_symbol **all, **p;
3865 int i, nsyms, *loaded; 3865 int i, nsyms, *loaded;
3866 3866 struct obj_symbol *sym;
3867#endif
3867 /* Report on the section layout. */ 3868 /* Report on the section layout. */
3868 3869
3869 printf("Sections: Size %-*s Align\n", 3870 printf("Sections: Size %-*s Align\n",