diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-21 03:01:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-21 03:01:04 +0200 |
commit | a6747a9a5d224e8b62e1848cb6717c61ab20fc7b (patch) | |
tree | 75c090b2a3704c25ef9b6a14f27854578f56213d /package/iproute2/patches/patch-include_iptables_h | |
parent | d06385ef288df5449489dd2e315013b32bb5d15b (diff) |
iproute2: update to 4.5.0, add buildroot patches
Diffstat (limited to 'package/iproute2/patches/patch-include_iptables_h')
-rw-r--r-- | package/iproute2/patches/patch-include_iptables_h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/package/iproute2/patches/patch-include_iptables_h b/package/iproute2/patches/patch-include_iptables_h deleted file mode 100644 index ca5f11b3e..000000000 --- a/package/iproute2/patches/patch-include_iptables_h +++ /dev/null @@ -1,38 +0,0 @@ ---- iproute2-3.12.0.orig/include/iptables.h 2013-11-23 02:10:33.000000000 +0100 -+++ iproute2-3.12.0/include/iptables.h 2014-04-05 05:22:26.690501973 +0200 -@@ -20,7 +20,7 @@ struct ipt_get_revision - { - char name[IPT_FUNCTION_MAXNAMELEN-1]; - -- u_int8_t revision; -+ uint8_t revision; - }; - #endif /* IPT_SO_GET_REVISION_MATCH Old kernel source */ - -@@ -39,7 +39,7 @@ struct iptables_match - ipt_chainlabel name; - - /* Revision of match (0 by default). */ -- u_int8_t revision; -+ uint8_t revision; - - const char *version; - -@@ -92,7 +92,7 @@ struct iptables_target - ipt_chainlabel name; - - /* Revision of target (0 by default). */ -- u_int8_t revision; -+ uint8_t revision; - - const char *version; - -@@ -153,7 +153,7 @@ extern char *mask_to_dotted(const struct - - extern void parse_hostnetworkmask(const char *name, struct in_addr **addrpp, - struct in_addr *maskp, unsigned int *naddrs); --extern u_int16_t parse_protocol(const char *s); -+extern uint16_t parse_protocol(const char *s); - - extern int do_command(int argc, char *argv[], char **table, - iptc_handle_t *handle); |