Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-2-0] src/usr.bin/netstat



Module Name:    src
Committed By:   jmc
Date:           Fri Apr  9 20:12:55 UTC 2004

Modified Files:
        src/usr.bin/netstat [netbsd-2-0]: mbuf.c

Log Message:
Pullup rev 1.23 (requested by atatat in ticket #108)

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.22.2.1 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.




Home | Main Index | Thread Index | Old Index