Subject: CVS commit: src/usr.bin/sockstat
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 08/24/2005 21:33:57
Module Name:	src
Committed By:	rpaulo
Date:		Wed Aug 24 21:33:57 UTC 2005

Modified Files:
	src/usr.bin/sockstat: sockstat.c

Log Message:
If the specificed MIB doesn't exist, then it's probably a kernel without
that socket type (AF_INET, AF_INET6, etc.). That's a normal condition, so
don't bail out.

Reviewed by Andrew Brown.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/usr.bin/sockstat/sockstat.c

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