cvs commit: src/usr.bin/time time.c
Hiten Pandya
hmp at crater.dragonflybsd.org
Fri Jul 16 11:54:55 PDT 2004
hmp 2004/07/16 11:53:56 PDT
DragonFly src repository
Modified files:
usr.bin/time time.c
Log:
Merge revision 1.25 of src/usr.bin/time/time.c from FreeBSD.
Original 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.
Obtained-from: Liam J. Foy <liamfoy at xxxxxxxxxxxx>
Revision Changes Path
1.5 +12 -6 src/usr.bin/time/time.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/time/time.c.diff?r1=1.4&r2=1.5&f=u
More information about the Commits
mailing list