From owner-cvs-src-old@FreeBSD.ORG Tue Dec 29 22:55:37 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C77D71065670 for ; Tue, 29 Dec 2009 22:55:37 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A06B8FC22 for ; Tue, 29 Dec 2009 22:55:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBTMtbFs059084 for ; Tue, 29 Dec 2009 22:55:37 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBTMtb7R059083 for cvs-src-old@freebsd.org; Tue, 29 Dec 2009 22:55:37 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200912292255.nBTMtb7R059083@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Tue, 29 Dec 2009 22:53:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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 ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2009 22:55:37 -0000 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