Subject: CVS commit: src/usr.bin/systat
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/22/2006 16:43:25
Module Name:	src
Committed By:	christos
Date:		Sun Oct 22 16:43:25 UTC 2006

Modified Files:
	src/usr.bin/systat: bufcache.c cmdtab.c icmp.c ip.c ip6.c ipsec.c
	    main.c mbufs.c netstat.c pigs.c tcp.c vmstat.c

Log Message:
use c99 initializers
consistently terminate nlist arrays with NULL not ""


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/usr.bin/systat/bufcache.c
cvs rdiff -r1.21 -r1.22 src/usr.bin/systat/cmdtab.c
cvs rdiff -r1.8 -r1.9 src/usr.bin/systat/icmp.c src/usr.bin/systat/ipsec.c
cvs rdiff -r1.12 -r1.13 src/usr.bin/systat/ip.c
cvs rdiff -r1.11 -r1.12 src/usr.bin/systat/ip6.c src/usr.bin/systat/tcp.c
cvs rdiff -r1.39 -r1.40 src/usr.bin/systat/main.c
cvs rdiff -r1.13 -r1.14 src/usr.bin/systat/mbufs.c
cvs rdiff -r1.27 -r1.28 src/usr.bin/systat/netstat.c
cvs rdiff -r1.29 -r1.30 src/usr.bin/systat/pigs.c
cvs rdiff -r1.68 -r1.69 src/usr.bin/systat/vmstat.c

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