aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/911-fix_in_h_include.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-02-01 18:04:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-02-01 18:04:00 +0000
commit29044db278fba5c839ff2812ad7e3c2e79570faa (patch)
treeb62cdbfbc11ecff35661e3d2435631a555f8e356 /package/network/utils/iproute2/patches/911-fix_in_h_include.patch
parent6af8f1429db74cc6a3e4e958074e1fa7d9612a65 (diff)
downloadupstream-29044db278fba5c839ff2812ad7e3c2e79570faa.tar.gz
upstream-29044db278fba5c839ff2812ad7e3c2e79570faa.tar.bz2
upstream-29044db278fba5c839ff2812ad7e3c2e79570faa.zip
iproute2: refresh patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48613
Diffstat (limited to 'package/network/utils/iproute2/patches/911-fix_in_h_include.patch')
-rw-r--r--package/network/utils/iproute2/patches/911-fix_in_h_include.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/network/utils/iproute2/patches/911-fix_in_h_include.patch b/package/network/utils/iproute2/patches/911-fix_in_h_include.patch
index cce086c3e5..42a7b24bbb 100644
--- a/package/network/utils/iproute2/patches/911-fix_in_h_include.patch
+++ b/package/network/utils/iproute2/patches/911-fix_in_h_include.patch
@@ -1,16 +1,16 @@
--- a/include/linux/in.h
+++ b/include/linux/in.h
@@ -15,6 +15,7 @@
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
+ * as published by the Free Software Foundation; either version
+ * 2 of the License, or (at your option) any later version.
*/
+#ifndef _NETINET_IN_H
#ifndef _LINUX_IN_H
#define _LINUX_IN_H
-
+
@@ -297,3 +298,4 @@ struct sockaddr_in {
-
-
+
+
#endif /* _LINUX_IN_H */
+#endif /* _NETINET_IN_H */
--- a/include/linux/in6.h