From 8dc83c654d895f82da4059be7d8709edf66bba36 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 5 Apr 2006 03:10:42 +0000 Subject: Bring this up to date with busybox-1.1.1.fixes.patch by importing svn 14653, 14684, 14746, and 14749. --- modutils/insmod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modutils') 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, ElfW(RelM) *rel, ElfW(Addr) value); static void arch_create_got (struct obj_file *f); -#if ENABLE_FEATURE_CHECK_TAINTED_MODULE + static int obj_gpl_license(struct obj_file *f, const char **license); -#endif /* ENABLE_FEATURE_CHECK_TAINTED_MODULE */ + #endif /* obj.h */ //---------------------------------------------------------------------------- //--------end of modutils obj.h -- cgit v1.2.3-55-g6feb