diff options
Diffstat (limited to 'net-mgmt/net-snmp53/files/patch-freebsd.h')
-rw-r--r-- | net-mgmt/net-snmp53/files/patch-freebsd.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp53/files/patch-freebsd.h b/net-mgmt/net-snmp53/files/patch-freebsd.h new file mode 100644 index 000000000000..c445b0abeb58 --- /dev/null +++ b/net-mgmt/net-snmp53/files/patch-freebsd.h @@ -0,0 +1,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" |