cvs commit: src/usr.bin/time time.c
Yar Tikhiy
yar at FreeBSD.org
Sat Oct 4 08:17:09 PDT 2003
yar 2003/10/04 08:17:08 PDT
FreeBSD src repository
Modified files:
usr.bin/time time.c
Log:
Assorted minor fixes, mostly style(9):
- PID should be pid_t, not int;
- sort #include's and local variables;
- don't overuse initializers;
- use warn(3) instead of perror(3) consistently;
- amplify the comment on signals.
Revision Changes Path
1.25 +16 -12 src/usr.bin/time/time.c
More information about the cvs-all
mailing list