summaryrefslogtreecommitdiff
path: root/target/linux/patches/2.6.30.5/freebsd-compat.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-20 21:17:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-20 21:17:23 +0200
commit631a88b471ea2d9c768e88c1a2ebfdab398739e6 (patch)
tree6b4f0155ecd347dfabbec0ab9b7e26d91e4dd5e8 /target/linux/patches/2.6.30.5/freebsd-compat.patch
parent384f52c5b7130a328a5f8a3286b8e0a81962bda6 (diff)
parentd07acf5eacf62cd8b5495f12e3b37427050270c9 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/patches/2.6.30.5/freebsd-compat.patch')
-rw-r--r--target/linux/patches/2.6.30.5/freebsd-compat.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/patches/2.6.30.5/freebsd-compat.patch b/target/linux/patches/2.6.30.5/freebsd-compat.patch
new file mode 100644
index 000000000..051fdc63e
--- /dev/null
+++ b/target/linux/patches/2.6.30.5/freebsd-compat.patch
@@ -0,0 +1,11 @@
+diff -Nur linux-2.6.30.orig/arch/x86/boot/tools/build.c linux-2.6.30/arch/x86/boot/tools/build.c
+--- linux-2.6.30.orig/arch/x86/boot/tools/build.c 2009-06-10 05:05:27.000000000 +0200
++++ linux-2.6.30/arch/x86/boot/tools/build.c 2009-06-11 09:18:50.000000000 +0200
+@@ -29,7 +29,6 @@
+ #include <stdarg.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+-#include <sys/sysmacros.h>
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <sys/mman.h>