diff options
author | Phil Sutter <phil@nwl.cc> | 2015-07-25 14:01:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-25 16:22:01 +0200 |
commit | 4b1619abd78880bafc152c6e66154abcb9444923 (patch) | |
tree | 38743ec84bc76136edee55268be2aa9e5cc9dc72 | |
parent | 827aba9b1defbd174e6e382ade80a70f5df3f223 (diff) |
package/iproute2: drop unnecessary patches
No need to include sys/param.h as it is included two lines below alreay.
Signed-off-by: Phil Sutter <phil@nwl.cc>
-rw-r--r-- | package/iproute2/patches/patch-tc_tc_stab_c | 10 | ||||
-rw-r--r-- | package/iproute2/patches/patch-tc_tc_util_c | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/package/iproute2/patches/patch-tc_tc_stab_c b/package/iproute2/patches/patch-tc_tc_stab_c deleted file mode 100644 index cbbcf5976..000000000 --- a/package/iproute2/patches/patch-tc_tc_stab_c +++ /dev/null @@ -1,10 +0,0 @@ ---- iproute2-4.1.0.orig/tc/tc_stab.c 2015-06-26 21:28:25.000000000 +0200 -+++ iproute2-4.1.0/tc/tc_stab.c 2015-06-29 08:45:24.000000000 +0200 -@@ -16,6 +16,7 @@ - #include <syslog.h> - #include <fcntl.h> - #include <math.h> -+#include <sys/param.h> - #include <sys/socket.h> - #include <sys/param.h> - #include <netinet/in.h> diff --git a/package/iproute2/patches/patch-tc_tc_util_c b/package/iproute2/patches/patch-tc_tc_util_c deleted file mode 100644 index 014c2f17d..000000000 --- a/package/iproute2/patches/patch-tc_tc_util_c +++ /dev/null @@ -1,10 +0,0 @@ ---- iproute2-4.1.0.orig/tc/tc_util.c 2015-06-26 21:28:25.000000000 +0200 -+++ iproute2-4.1.0/tc/tc_util.c 2015-06-29 08:45:24.000000000 +0200 -@@ -15,6 +15,7 @@ - #include <unistd.h> - #include <syslog.h> - #include <fcntl.h> -+#include <sys/param.h> - #include <sys/socket.h> - #include <sys/param.h> - #include <netinet/in.h> |