CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/09 13:04:13
Modified files:
usr.bin/netstat: unix.c
Log message:
kinfo_file returns the socket buffer counts in uint64_ts, so we need to
update the printf format for them. While here, delete a now unused variable.
problem pointed out by Scott McEachern (scott (at) blackstaff.ca)
