CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2013/12/27 16:08:02
Modified files:
net/net-snmp/patches:
patch-agent_mibgroup_tcp-mib_data_access_tcpConn_openbsd_c
patch-agent_mibgroup_udp-mib_data_access_udp_endpoint_openbsd_c
Log message:
Apply tedu@'s Christmas Miracle cure for TAILQ_PREV vs kvm_read()
while traversing inpt_queue. Fix botch in previous commit by
initializing next and prev once each, rather than prev twice and next
not at all. Eliminate 'skip:' and use 'continue' instead, since code
after 'skip:' was pointless. Nuke now unused variable 'head'.