diff options
Diffstat (limited to 'net/net-snmp/patches/patch-dl')
-rw-r--r-- | net/net-snmp/patches/patch-dl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/net-snmp/patches/patch-dl b/net/net-snmp/patches/patch-dl index c7f60dd4f0f..89d36b0d01d 100644 --- a/net/net-snmp/patches/patch-dl +++ b/net/net-snmp/patches/patch-dl @@ -1,8 +1,8 @@ -$NetBSD: patch-dl,v 1.4 2008/06/28 16:06:34 christos Exp $ +$NetBSD: patch-dl,v 1.5 2011/05/27 10:55:25 adam Exp $ ---- agent/mibgroup/mibII/tcp.c.orig 2007-07-16 19:59:44.000000000 -0400 -+++ agent/mibgroup/mibII/tcp.c 2008-06-28 11:15:21.000000000 -0400 -@@ -177,6 +177,16 @@ +--- agent/mibgroup/mibII/tcp.c.orig 2010-11-30 04:04:26.000000000 +0000 ++++ agent/mibgroup/mibII/tcp.c +@@ -180,6 +180,16 @@ init_tcp(void) #define USES_TRADITIONAL_TCPSTAT #endif @@ -19,7 +19,7 @@ $NetBSD: patch-dl,v 1.4 2008/06/28 16:06:34 christos Exp $ #if !defined(TCP_STAT_STRUCTURE) #define TCP_STAT_STRUCTURE struct tcpstat #define USES_TRADITIONAL_TCPSTAT -@@ -309,6 +319,75 @@ +@@ -307,6 +317,75 @@ tcp_handler(netsnmp_mib_handler #endif /* linux */ netsnmp_set_request_error(reqinfo, request, SNMP_NOSUCHOBJECT); continue; |