DragonFly commits List (threaded) for 2005-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/mkfifo mkfifo.c
cpressey 2005/03/15 23:16:14 PST
DragonFly src repository
Modified files:
usr.bin/mkfifo mkfifo.c
Log:
Style(9):
- Braces around multiline blocks.
- Space after 'switch'.
- 'errno' is not a boolean, use explicit test.
- Add explanatory comment for an issue which has caused confusion at
least once in the past.
Revision Changes Path
1.7 +7 -4 src/usr.bin/mkfifo/mkfifo.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/mkfifo/mkfifo.c.diff?r1=1.6&r2=1.7&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]