Date: Wed, 2 Sep 2009 05:26:59 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/chmod chmod.c Message-ID: <200909020527.n825RI1b014181@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trasz 2009-09-02 05:26:59 UTC
FreeBSD src repository
Modified files:
bin/chmod chmod.c
Log:
SVN rev 196753 on 2009-09-02 05:26:59Z by trasz
- Don't include both <sys/types.h> and <sys/param.h>
- Keep variables sorted
- Fix logic error with -f and -v options - don't print
the usual -v output if there was an error, whether or not
we were passed -f
- Don't call free(3) just before exit(2)
- Whitespace fixes
Submitted by: bde
Revision Changes Path
1.37 +6 -9 src/bin/chmod/chmod.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909020527.n825RI1b014181>
