CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/08/24 09:55:53
Modified files:
sys/sys : unpcb.h
usr.bin/netstat: unix.c
Log message:
Remove obsolete fields in struct unpcb. In the past they were used
for flow control with unix domain sockets, this is now done by
filling the send buffer with fake data counters.
OK naddy@; no fallout in a bulk build
