Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/10/2000 13:06:17
Module Name:	basesrc
Committed By:	itojun
Date:		Mon Jan 10 21:06:17 UTC 2000

Modified Files:
	basesrc/usr.bin/systat: cmds.c ip6.c ipsec.c netstat.c

Log Message:
don't choke on non-INET6 kernel, or non-IPSEC kernel.
cleanup error handling on mode change failure.

TODO: non-IPv4 kernel support should be improved.  "netstat" should be okay,
"inet.ip" and "inet.icmp" needs more trick.

NetBSD PR: 9157


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 basesrc/usr.bin/systat/cmds.c
cvs rdiff -r1.1 -r1.2 basesrc/usr.bin/systat/ip6.c \
    basesrc/usr.bin/systat/ipsec.c
cvs rdiff -r1.16 -r1.17 basesrc/usr.bin/systat/netstat.c

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