Date: Mon, 14 Dec 2009 16:54:39 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/xinstall xinstall.c Message-ID: <200912141654.nBEGsxqb029779@repoman.freebsd.org>
index | next in thread | raw e-mail
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912141654.nBEGsxqb029779>
