CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/04 08:23:00
Modified files:
usr.bin/netstat: inet.c
Log message:
For TCP sockets netstat -A must print the address of the TCP protocol
control block. This is documented in fstat(1) and makes it possible
to compare the values from both tools.
OK sthen@
