projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
kernel: if block2mtd does not find the device immediately, use wait_for_device_probe...
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.28
/
902-darwin_scripts_include.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.28/902-darwin_scripts_include.patch
b/target/linux/generic-2.6/patches-2.6.28/902-darwin_scripts_include.patch
index
c5aadd1
..
4ff1536
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.28/902-darwin_scripts_include.patch
+++ b/
target/linux/generic-2.6/patches-2.6.28/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.024768 seconds
and
4
git commands to generate.