Date: Tue, 9 Mar 2004 03:57:28 -0800 (PST) From: David Malone <dwmalone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat convtbl.c convtbl.h extern.h ifcmds.c ifstat.c main.c Message-ID: <200403091157.i29BvSHE068016@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2004/03/09 03:57:28 PST
FreeBSD src repository
Modified files:
usr.bin/systat convtbl.c convtbl.h extern.h ifcmds.c
ifstat.c main.c
Log:
Fix the easy warnings:
1) Avoid shadowing index.
2) Constness.
3) Missing prototype for ifcmd.
4) Missing include of string.h.
5) Avoid shadowing error function.
6) ANSI definition for main.
Revision Changes Path
1.2 +9 -9 src/usr.bin/systat/convtbl.c
1.2 +2 -2 src/usr.bin/systat/convtbl.h
1.14 +1 -0 src/usr.bin/systat/extern.h
1.2 +2 -1 src/usr.bin/systat/ifcmds.c
1.2 +12 -25 src/usr.bin/systat/ifstat.c
1.18 +1 -3 src/usr.bin/systat/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403091157.i29BvSHE068016>
