Subject: CVS commit: src/usr.bin/netstat
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 04/09/2004 18:48:05
Module Name:	src
Committed By:	atatat
Date:		Fri Apr  9 18:48:05 UTC 2004

Modified Files:
	src/usr.bin/netstat: mbuf.c

Log Message:
sysctl(3) no longer returns ENOPROTOOPT in this case, but ENOENT,
which is a more generic "that's not in the tree" response.

ENOPROTOOPT was specific to the net subtree under the old framework,
and didn't add much value (other than letting the caller know they
were looking up something under the net subtree, which they presumably
ought to have known already).


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/usr.bin/netstat/mbuf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.