]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make sure that we don't define INET6 when NO_INET6 is defined.
authordelphij <delphij@FreeBSD.org>
Sat, 22 Jan 2005 19:35:48 +0000 (19:35 +0000)
committerdelphij <delphij@FreeBSD.org>
Sat, 22 Jan 2005 19:35:48 +0000 (19:35 +0000)
commit99a68ccb1f502983fd26253292347237e51657c3
tree27043f8089cc0ceef39971af7faf636f1fa31ba3
parentabb2aba4319abe060b8adfb7c5a9fc403b7fde49
Make sure that we don't define INET6 when NO_INET6 is defined.
Without this change, when running netstat with a kernel without
INET6 built in, you will get a complain at the end of "netstat -s"
output.

X-MFC: NO_INET6 was called "NOINET6" on RELENG_5
usr.bin/netstat/Makefile