summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-09-03 05:08:10 +0100
committerMike Frysinger <vapier@gentoo.org>2013-09-03 05:08:10 +0100
commitb5f26bbf0f6e5d77dbbee0d04f48df60e695f74b (patch)
tree5d1cdf4195084d76a1b4de1a6357bc57d981e252 /3.11/00_all_0003-linux-pull-in-other-needed-headers-for-userspace.patch
parentinitial 3.10 patchset based on last 3.9 patchset (diff)
downloadlinux-headers-patches-b5f26bbf0f6e5d77dbbee0d04f48df60e695f74b.tar.gz
linux-headers-patches-b5f26bbf0f6e5d77dbbee0d04f48df60e695f74b.tar.bz2
linux-headers-patches-b5f26bbf0f6e5d77dbbee0d04f48df60e695f74b.zip
initial 3.11 patchset based on last 3.10 patchset
Diffstat (limited to '3.11/00_all_0003-linux-pull-in-other-needed-headers-for-userspace.patch')
-rw-r--r--3.11/00_all_0003-linux-pull-in-other-needed-headers-for-userspace.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/3.11/00_all_0003-linux-pull-in-other-needed-headers-for-userspace.patch b/3.11/00_all_0003-linux-pull-in-other-needed-headers-for-userspace.patch
new file mode 100644
index 0000000..335b4f7
--- /dev/null
+++ b/3.11/00_all_0003-linux-pull-in-other-needed-headers-for-userspace.patch
@@ -0,0 +1,40 @@
+From f6c76379e9f0f2fcc6e127d67d5c40892aa75891 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger <vapier@gentoo.org>
+Date: Mon, 29 Dec 2008 07:41:01 -0500
+Subject: [PATCH 3/9] linux/*: pull in other needed headers for userspace
+
+mondo patch
+
+Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+---
+ include/uapi/linux/dn.h | 1 +
+ include/uapi/linux/ppp-ioctl.h | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/include/uapi/linux/dn.h b/include/uapi/linux/dn.h
+index 9c50445..dc9f005 100644
+--- a/include/uapi/linux/dn.h
++++ b/include/uapi/linux/dn.h
+@@ -1,6 +1,7 @@
+ #ifndef _LINUX_DN_H
+ #define _LINUX_DN_H
+
++#include <linux/ioctl.h>
+ #include <linux/types.h>
+
+ /*
+diff --git a/include/uapi/linux/ppp-ioctl.h b/include/uapi/linux/ppp-ioctl.h
+index 2d9a885..63a23a3 100644
+--- a/include/uapi/linux/ppp-ioctl.h
++++ b/include/uapi/linux/ppp-ioctl.h
+@@ -12,6 +12,7 @@
+
+ #include <linux/types.h>
+ #include <linux/compiler.h>
++#include <linux/ppp_defs.h>
+
+ /*
+ * Bit definitions for flags argument to PPPIOCGFLAGS/PPPIOCSFLAGS.
+--
+1.8.3.2
+