summaryrefslogtreecommitdiff
path: root/net/net-snmp/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'net/net-snmp/patches/patch-ai')
-rw-r--r--net/net-snmp/patches/patch-ai21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/net-snmp/patches/patch-ai b/net/net-snmp/patches/patch-ai
deleted file mode 100644
index 37078d6d236..00000000000
--- a/net/net-snmp/patches/patch-ai
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ai,v 1.2 2004/08/13 11:28:50 adam Exp $
-
---- agent/mibgroup/mibII/tcpTable.c.orig 2004-06-08 20:53:17.000000000 +0000
-+++ agent/mibgroup/mibII/tcpTable.c
-@@ -88,6 +88,7 @@ struct netsnmp_inpcb_s {
- int state;
- netsnmp_inpcb *inp_next;
- };
-+#define INP_NEXT_SYMBOL inp_next
- #define TCPTABLE_ENTRY_TYPE netsnmp_inpcb
- #define TCPTABLE_STATE state
- #define TCPTABLE_LOCALADDRESS pcb.inp_laddr.s_addr
-@@ -792,7 +793,7 @@ tcpTable_load(netsnmp_cache *cache, void
- nnew->state == 8 /* closeWait */ )
- tcp_estab++;
-
-- entry = nnew->inp_queue.cqe_next; /* Next kernel entry */
-+ entry = nnew->INP_NEXT_SYMBOL; /* Next kernel entry */
- nnew->inp_next = tcp_head;
- tcp_head = nnew;
-