CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/27 13:59:46
Modified files:
usr.bin/netstat: inet.c
Log message:
uint32_t is never < 0; pointed out by clang.
While we originally get a short passed from the kernel, it's probably
better for debugging purposes to show what we are actually having
which is a uin32_t hence the %u format.
OK deraadt
