CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2013/12/19 19:04:09
Modified files: sys/netinet : in_pcb.c in_pcb.h ip_divert.c raw_ip.c udp_usrreq.c sys/netinet6 : icmp6.c in6_pcb.c ip6_divert.c raw_ip6.c usr.bin/netstat: inet.c usr.bin/systat : netstat.c usr.bin/tcpbench: tcpbench.c Log message: Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ in the base. Ports fixes to follow shortly for the two ports (gkrellm and net-snmp) affected. ok zhuk@ millert@