projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ifxmips] update Makefile
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.31
/
902-darwin_scripts_include.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.31/902-darwin_scripts_include.patch
b/target/linux/generic-2.6/patches-2.6.31/902-darwin_scripts_include.patch
index
e98a10d
..
fc64c17
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.31/902-darwin_scripts_include.patch
+++ b/
target/linux/generic-2.6/patches-2.6.31/902-darwin_scripts_include.patch
@@
-92,7
+92,7
@@
#include <sys/mman.h>
#include <fcntl.h>
#include <unistd.h>
-+#if
ndef __APPLE__
++#if
!(defined(__APPLE__) || defined(__CYGWIN__))
#include <elf.h>
+#else
+#include "../../../../../tools/sstrip/include/elf.h"
This page took
0.021799 seconds
and
4
git commands to generate.