projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ppc40x] update dts of Magicbox V2
[openwrt.git]
/
package
/
busybox
/
patches
/
470-insmod_search.patch
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;
This page took
0.019649 seconds
and
4
git commands to generate.