summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp53/files/patch-freebsd.h
blob: c445b0abeb5868517ed1622604da3adc2c465721 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/net-snmp/system/freebsd.h.orig	Sat Apr  3 14:56:45 2004
+++ include/net-snmp/system/freebsd.h	Sat Apr  3 14:56:59 2004
@@ -6,7 +6,7 @@
  * udp_inpcb list symbol 
  */
 #undef INP_NEXT_SYMBOL
-#define INP_NEXT_SYMBOL inp_next
+#define INP_NEXT_SYMBOL inp_list.le_next
 
 #undef TCP_TTL_SYMBOL
 #define TCP_TTL_SYMBOL "ip_defttl"