summaryrefslogtreecommitdiff
path: root/package/iptables-snmp/patches/patch-libiptc_libip6tc_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-25 17:19:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-25 17:23:17 +0100
commit8895421c8a3778abc94ebd6904c8c60b94fcf7a8 (patch)
treed568acfd74d251e25f751495d72b385fa5b5024d /package/iptables-snmp/patches/patch-libiptc_libip6tc_c
parent60588878d37135dffed03abeddac7228177ef915 (diff)
iptables-snmp: remove package
Diffstat (limited to 'package/iptables-snmp/patches/patch-libiptc_libip6tc_c')
-rw-r--r--package/iptables-snmp/patches/patch-libiptc_libip6tc_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/iptables-snmp/patches/patch-libiptc_libip6tc_c b/package/iptables-snmp/patches/patch-libiptc_libip6tc_c
deleted file mode 100644
index 68ae9cf7f..000000000
--- a/package/iptables-snmp/patches/patch-libiptc_libip6tc_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- iptables-snmp-0.1.orig/libiptc/libip6tc.c 2005-07-05 00:11:28.000000000 +0200
-+++ iptables-snmp-0.1/libiptc/libip6tc.c 2009-11-13 23:18:45.195701184 +0100
-@@ -111,7 +111,7 @@ typedef unsigned int socklen_t;
- #include "libiptc.c"
-
- #define BIT6(a, l) \
-- ((ntohl(a->in6_u.u6_addr32[(l) / 32]) >> (31 - ((l) & 31))) & 1)
-+ ((ntohl(a->s6_addr32[(l) / 32]) >> (31 - ((l) & 31))) & 1)
-
- int
- ipv6_prefix_length(const struct in6_addr *a)