From owner-cvs-src-old@FreeBSD.ORG Sat Dec 5 19:33:14 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 1AB7D1065672 for ; Sat, 5 Dec 2009 19:33:14 +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 05E228FC17 for ; Sat, 5 Dec 2009 19:33:14 +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 nB5JXDR3067810 for ; Sat, 5 Dec 2009 19:33:13 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nB5JXDBu067809 for cvs-src-old@freebsd.org; Sat, 5 Dec 2009 19:33:13 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200912051933.nB5JXDBu067809@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sat, 5 Dec 2009 19:31:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen getttyent.c nlist.c pause.c raise.c sleep.c timezone.c usleep.c src/lib/libc/gmon gmon.c src/lib/libc/stdio findfp.c funopen.c src/lib/libc/stdlib system.c src/lib/libc/sys __error.c 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: Sat, 05 Dec 2009 19:33:14 -0000 ed 2009-12-05 19:31:38 UTC FreeBSD src repository Modified files: lib/libc/gen getttyent.c nlist.c pause.c raise.c sleep.c timezone.c usleep.c lib/libc/gmon gmon.c lib/libc/stdio findfp.c funopen.c lib/libc/stdlib system.c lib/libc/sys __error.c Log: SVN rev 200150 on 2009-12-05 19:31:38Z by ed Fix many "function declaration isn't a prototype" warnings in libc. I've only fixed code that seems to be written by `us'. There are still many warnings like this present in resolv/, rpc/, stdtime/ and yp/. Revision Changes Path 1.19 +10 -16 src/lib/libc/gen/getttyent.c 1.21 +1 -2 src/lib/libc/gen/nlist.c 1.8 +1 -1 src/lib/libc/gen/pause.c 1.6 +1 -2 src/lib/libc/gen/raise.c 1.33 +1 -2 src/lib/libc/gen/sleep.c 1.7 +3 -7 src/lib/libc/gen/timezone.c 1.31 +1 -2 src/lib/libc/gen/usleep.c 1.23 +1 -1 src/lib/libc/gmon/gmon.c 1.34 +1 -1 src/lib/libc/stdio/findfp.c 1.7 +5 -5 src/lib/libc/stdio/funopen.c 1.12 +1 -2 src/lib/libc/stdlib/system.c 1.6 +1 -1 src/lib/libc/sys/__error.c