DragonFly commits List (threaded) for 2004-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/bin/kill
cpressey 2004/11/11 13:16:46 PST
DragonFly src repository
Modified files:
bin/kill kill.c
Log:
Style(9):
- Do not implicitly treat NUL characters, NULL pointers, or 0-valued
integers as false-valued booleans; use explicit tests instead.
- Prefer char **argv to char *argv[].
- Small whitespace adjustments.
- No functional changes.
Revision Changes Path
1.6 +10 -12 src/bin/kill/kill.c
http://www.dragonflybsd.org/cvsweb/src/bin/kill/kill.c.diff?r1=1.5&r2=1.6&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]