From owner-cvs-src-old@FreeBSD.ORG Mon Dec 14 16:55:00 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 18D59106568D for ; Mon, 14 Dec 2009 16:55:00 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 05EFA8FC1C for ; Mon, 14 Dec 2009 16:55:00 +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 nBEGsx35029780 for ; Mon, 14 Dec 2009 16:54:59 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBEGsxqb029779 for cvs-src-old@freebsd.org; Mon, 14 Dec 2009 16:54:59 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200912141654.nBEGsxqb029779@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Mon, 14 Dec 2009 16:54:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/xinstall xinstall.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: Mon, 14 Dec 2009 16:55:00 -0000 delphij 2009-12-14 16:54:39 UTC FreeBSD src repository Modified files: usr.bin/xinstall xinstall.c Log: SVN rev 200515 on 2009-12-14 16:54:39Z by delphij Style improvements: - Sort function prototypes; - Apply static on all function bodies. To quote bde@: > It is a good obfuscation to declare functions as static only in the > prototype, so that you can't see the static for the actual function. > The reverse obfuscation (with static only in the function definition) > would make more sense, but is a constraint error. Reviewed by: bde Revision Changes Path 1.73 +11 -11 src/usr.bin/xinstall/xinstall.c