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 Query the v6 sockets only if USE_INET6 != "no". Patch provided by Jukka Salmi 2005-08-10 20:32:57 +00:00
sockstat.1 Document the option -n and bump date. 2006-07-14 21:14:24 +00:00
sockstat.c It's wrong for user-land programs to define _KERNEL before including 2008-03-01 11:04:30 +00:00