Date: Sat, 2 Jan 2010 10:09:20 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/ar acpyacc.y ar.c src/usr.bin/at at.c src/usr.bin/banner banner.c src/usr.bin/biff biff.c src/usr.bin/lam lam.c src/usr.bin/login login.c login_fbtab.c src/usr.bin/renice renice.c src/usr.bin/rpcgen rpc_hout.c ... Message-ID: <201001021009.o02A9fvV042009@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2010-01-02 10:09:20 UTC FreeBSD src repository Modified files: usr.bin/ar acpyacc.y ar.c usr.bin/at at.c usr.bin/banner banner.c usr.bin/biff biff.c usr.bin/lam lam.c usr.bin/login login.c login_fbtab.c usr.bin/renice renice.c usr.bin/rpcgen rpc_hout.c rpc_main.c usr.bin/showmount showmount.c usr.bin/tail misc.c Log: SVN rev 201382 on 2010-01-02 10:09:20Z by ed ANSIfy various tools in usr.bin/. Most of these tools properly build at WARNS=6, except for their K&R function declarations. Fix this, so we can bump WARNS as well. Revision Changes Path 1.3 +6 -6 src/usr.bin/ar/acpyacc.y 1.21 +4 -4 src/usr.bin/ar/ar.c 1.31 +1 -1 src/usr.bin/at/at.c 1.17 +1 -1 src/usr.bin/banner/banner.c 1.19 +1 -1 src/usr.bin/biff/biff.c 1.15 +1 -1 src/usr.bin/lam/lam.c 1.110 +4 -4 src/usr.bin/login/login.c 1.21 +2 -10 src/usr.bin/login/login_fbtab.c 1.19 +1 -1 src/usr.bin/renice/renice.c 1.18 +4 -8 src/usr.bin/rpcgen/rpc_hout.c 1.34 +2 -2 src/usr.bin/rpcgen/rpc_main.c 1.20 +7 -21 src/usr.bin/showmount/showmount.c 1.11 +1 -1 src/usr.bin/tail/misc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001021009.o02A9fvV042009>