aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-13 19:28:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-13 19:28:23 +0000
commit51d5b0efc6fc9a83d24f9fa330ce141de1c3d7f7 (patch)
treeacb1847309d43c2a4804b8b07a58bdee7774076c /target
parentfd62699a4e8dca8b8abe81570f933df8c76cb6bd (diff)
downloadupstream-51d5b0efc6fc9a83d24f9fa330ce141de1c3d7f7.tar.gz
upstream-51d5b0efc6fc9a83d24f9fa330ce141de1c3d7f7.tar.bz2
upstream-51d5b0efc6fc9a83d24f9fa330ce141de1c3d7f7.zip
add missing uml include (patch from #955)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5523 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/uml-2.6/patches/03-missing_include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/uml-2.6/patches/03-missing_include.patch b/target/linux/uml-2.6/patches/03-missing_include.patch
new file mode 100644
index 0000000000..1245082db9
--- /dev/null
+++ b/target/linux/uml-2.6/patches/03-missing_include.patch
@@ -0,0 +1,10 @@
+--- linux-2.6.17.orig/arch/um/os-Linux/skas/process.c 2006-06-18 02:49:35.000000000 +0100
++++ linux-2.6.17/arch/um/os-Linux/skas/process.c 2006-11-13 15:34:43.087105285 +0000
+@@ -16,6 +16,7 @@
+ #include <sys/user.h>
+ #include <sys/time.h>
+ #include <asm/unistd.h>
++#include <asm/page.h>
+ #include <asm/types.h>
+ #include "user.h"
+ #include "sysdep/ptrace.h"