projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e4e1d7
)
[package] busybox: fix build error in insmod applet on 2.4 (closes: #5220)
author
Nicolas Thill
<nico@openwrt.org>
Wed, 27 May 2009 13:21:48 +0000
(13:21 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 27 May 2009 13:21:48 +0000
(13:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16107
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/busybox/patches/470-insmod_search.patch
patch
|
blob
|
history
diff --git
a/package/busybox/patches/470-insmod_search.patch
b/package/busybox/patches/470-insmod_search.patch
index
8d4b019
..
5825dac
100644
(file)
--- a/
package/busybox/patches/470-insmod_search.patch
+++ b/
package/busybox/patches/470-insmod_search.patch
@@
-4,11
+4,11
@@
#include "libbb.h"
#include "modutils.h"
++#include <sys/utsname.h>
+#ifndef CONFIG_FEATURE_2_4_MODULES
+#include <sys/mman.h>
+#include <asm/unistd.h>
+#include <sys/syscall.h>
-+#include <sys/utsname.h>
+#endif
+
+static char *g_filename = NULL;