NetBSD/usr.bin/sockstat
he a2decb9dc9 It's wrong for user-land programs to define _KERNEL before including
<sys/types.h>.  The reason is that this will break the build for about
half of our ports, because the wrong variant of e.g. bswap16() is being
defined and referenced (either __bswap16() or bswap16()).  Removing
the _KERNEL define restores buildability for this program.
2008-03-01 11:04:30 +00:00
..
Makefile
sockstat.1
sockstat.c It's wrong for user-land programs to define _KERNEL before including 2008-03-01 11:04:30 +00:00