aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/130-missing_include.patch
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>2017-03-20 21:53:46 +0000
committerFelix Fietkau <nbd@nbd.name>2017-05-30 14:00:31 +0200
commita4198f8c8d2c6bc57660d21f7ce97f3c0d19b736 (patch)
tree42388d2271d7f89e30b8685a79a60e3d53906701 /package/network/utils/iproute2/patches/130-missing_include.patch
parent6af0facb4e0a99beae449d635ff2c5c9ce3a557c (diff)
downloadupstream-a4198f8c8d2c6bc57660d21f7ce97f3c0d19b736.tar.gz
upstream-a4198f8c8d2c6bc57660d21f7ce97f3c0d19b736.tar.bz2
upstream-a4198f8c8d2c6bc57660d21f7ce97f3c0d19b736.zip
iproute2: bump to 4.11
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network/utils/iproute2/patches/130-missing_include.patch')
-rw-r--r--package/network/utils/iproute2/patches/130-missing_include.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/package/network/utils/iproute2/patches/130-missing_include.patch b/package/network/utils/iproute2/patches/130-missing_include.patch
deleted file mode 100644
index 8759a62599..0000000000
--- a/package/network/utils/iproute2/patches/130-missing_include.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/lib/namespace.c
-+++ b/lib/namespace.c
-@@ -10,6 +10,7 @@
- #include <fcntl.h>
- #include <dirent.h>
- #include <limits.h>
-+#include <sys/param.h>
-
- #include "utils.h"
- #include "namespace.h"
---- a/lib/rt_names.c
-+++ b/lib/rt_names.c
-@@ -18,6 +18,7 @@
- #include <sys/time.h>
- #include <sys/socket.h>
- #include <dirent.h>
-+#include <limits.h>
-
- #include <asm/types.h>
- #include <linux/rtnetlink.h>