Date: Tue, 29 Dec 2009 22:53:27 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/comcontrol comcontrol.c src/sbin/mount vfslist.c src/sbin/mount_msdosfs mount_msdosfs.c src/sbin/mount_nullfs mount_nullfs.c src/sbin/rcorder ealloc.c hash.c rcorder.c src/usr.bin/find function.c src/usr.bin/gencat ... Message-ID: <200912292255.nBTMtb7R059083@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-12-29 22:53:27 UTC
FreeBSD src repository
Modified files:
sbin/comcontrol comcontrol.c
sbin/mount vfslist.c
sbin/mount_msdosfs mount_msdosfs.c
sbin/mount_nullfs mount_nullfs.c
sbin/rcorder ealloc.c hash.c rcorder.c
usr.bin/find function.c
usr.bin/gencat gencat.c
usr.bin/mklocale lex.l yacc.y
usr.sbin/config lang.l
usr.sbin/cpucontrol cpucontrol.c
usr.sbin/eeprom eeprom.c
usr.sbin/fifolog/lib getdate.y
usr.sbin/lastlogin lastlogin.c
usr.sbin/nfsd nfsd.c
usr.sbin/pmcannotate pmcannotate.c
usr.sbin/powerd powerd.c
usr.sbin/sa main.c pdb.c usrdb.c
usr.sbin/watchdogd watchdogd.c
Log:
SVN rev 201227 on 2009-12-29 22:53:27Z by ed
ANSIfy almost all applications that use WARNS=6.
I was considering committing all these patches one by one, but as
discussed with brooks@, there is no need to do this. If we ever
need/want to merge these changes back, it is still possible to do this
per application.
Revision Changes Path
1.15 +1 -1 src/sbin/comcontrol/comcontrol.c
1.7 +2 -5 src/sbin/mount/vfslist.c
1.45 +4 -7 src/sbin/mount_msdosfs/mount_msdosfs.c
1.27 +2 -4 src/sbin/mount_nullfs/mount_nullfs.c
1.3 +5 -11 src/sbin/rcorder/ealloc.c
1.3 +18 -22 src/sbin/rcorder/hash.c
1.5 +21 -50 src/sbin/rcorder/rcorder.c
1.64 +1 -1 src/usr.bin/find/function.c
1.14 +1 -1 src/usr.bin/gencat/gencat.c
1.10 +1 -1 src/usr.bin/mklocale/lex.l
1.32 +9 -22 src/usr.bin/mklocale/yacc.y
1.48 +1 -1 src/usr.sbin/config/lang.l
1.5 +1 -1 src/usr.sbin/cpucontrol/cpucontrol.c
1.5 +1 -1 src/usr.sbin/eeprom/eeprom.c
1.2 +1 -1 src/usr.sbin/fifolog/lib/getdate.y
1.11 +2 -4 src/usr.sbin/lastlogin/lastlogin.c
1.39 +3 -3 src/usr.sbin/nfsd/nfsd.c
1.2 +2 -2 src/usr.sbin/pmcannotate/pmcannotate.c
1.27 +1 -1 src/usr.sbin/powerd/powerd.c
1.19 +1 -1 src/usr.sbin/sa/main.c
1.15 +4 -4 src/usr.sbin/sa/pdb.c
1.17 +4 -4 src/usr.sbin/sa/usrdb.c
1.17 +2 -2 src/usr.sbin/watchdogd/watchdogd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912292255.nBTMtb7R059083>
