CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/11/08 01:54:12
Added files:
net/net-snmp/patches: patch-agent_mibgroup_mibII_tcp_c
Log message:
XXX workaround issue from sys/netinet/tcp_timer.h r1.19 / tcp_var.h r1.161
TCP_TIME is defined in tcp_var.h as a macro under #ifdef _KERNEL, but used
used without #ifdef in tcp_timer.h in the definitions of TCPTV_MIN,
TCPTV_REXMTMAX, TCPTV_SRTTDFLT
