]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the easy warnings:
authordwmalone <dwmalone@FreeBSD.org>
Tue, 9 Mar 2004 11:57:28 +0000 (11:57 +0000)
committerdwmalone <dwmalone@FreeBSD.org>
Tue, 9 Mar 2004 11:57:28 +0000 (11:57 +0000)
commit24ee2482d3d3d2567ad1509e8bfa3c7509e142f0
treed5af4c0ed3f27de3990351113eb49875f0ad301d
parent036b26782d13d8853608666d94a5d6313120fa92
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.
usr.bin/systat/convtbl.c
usr.bin/systat/convtbl.h
usr.bin/systat/extern.h
usr.bin/systat/ifcmds.c
usr.bin/systat/ifstat.c
usr.bin/systat/main.c