diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-29 18:57:09 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-29 18:57:09 +0000 |
commit | cff70eaa922c666c83022582a1e8d0decd13ebd5 (patch) | |
tree | 1a0614ef7ccf0b5e0f0b76c471879a5971638c84 | |
parent | 3f33d38350f481eec0b107c6c7a666ee1ea8880a (diff) | |
download | busybox-w32-cff70eaa922c666c83022582a1e8d0decd13ebd5.tar.gz busybox-w32-cff70eaa922c666c83022582a1e8d0decd13ebd5.tar.bz2 busybox-w32-cff70eaa922c666c83022582a1e8d0decd13ebd5.zip |
- we only need obj_gpl_license if ENABLE_FEATURE_CHECK_TAINTED_MODULE is set
git-svn-id: svn://busybox.net/trunk/busybox@14690 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 efa0499e4..2eebf560f 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 | 684 | #if ENABLE_FEATURE_CHECK_TAINTED_MODULE | |
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 | 686 | #endif /* ENABLE_FEATURE_CHECK_TAINTED_MODULE */ | |
687 | #endif /* obj.h */ | 687 | #endif /* obj.h */ |
688 | //---------------------------------------------------------------------------- | 688 | //---------------------------------------------------------------------------- |
689 | //--------end of modutils obj.h | 689 | //--------end of modutils obj.h |