diff options
author | Rob Landley <rob@landley.net> | 2006-04-05 03:10:42 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-04-05 03:10:42 +0000 |
commit | 8dc83c654d895f82da4059be7d8709edf66bba36 (patch) | |
tree | f6362d7e23e852a8561e3657b26f0325e34ce05b /modutils | |
parent | 7fe9dd5dd701e4933dd2bfc91e43d47a1780a9a5 (diff) | |
download | busybox-w32-8dc83c654d895f82da4059be7d8709edf66bba36.tar.gz busybox-w32-8dc83c654d895f82da4059be7d8709edf66bba36.tar.bz2 busybox-w32-8dc83c654d895f82da4059be7d8709edf66bba36.zip |
Bring this up to date with busybox-1.1.1.fixes.patch by importing
svn 14653, 14684, 14746, and 14749.
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/insmod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index 2eebf560f..efa0499e4 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -681,9 +681,9 @@ static enum obj_reloc arch_apply_relocation (struct obj_file *f, | |||
681 | ElfW(RelM) *rel, ElfW(Addr) value); | 681 | ElfW(RelM) *rel, ElfW(Addr) value); |
682 | 682 | ||
683 | static void arch_create_got (struct obj_file *f); | 683 | static void arch_create_got (struct obj_file *f); |
684 | #if ENABLE_FEATURE_CHECK_TAINTED_MODULE | 684 | |
685 | static int obj_gpl_license(struct obj_file *f, const char **license); | 685 | static int obj_gpl_license(struct obj_file *f, const char **license); |
686 | #endif /* ENABLE_FEATURE_CHECK_TAINTED_MODULE */ | 686 | |
687 | #endif /* obj.h */ | 687 | #endif /* obj.h */ |
688 | //---------------------------------------------------------------------------- | 688 | //---------------------------------------------------------------------------- |
689 | //--------end of modutils obj.h | 689 | //--------end of modutils obj.h |