]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Assorted minor fixes, mostly style(9):
authorYaroslav Tykhiy <ytykhiy@gmail.com>
Sat, 4 Oct 2003 15:17:08 +0000 (15:17 +0000)
committerYaroslav Tykhiy <ytykhiy@gmail.com>
Sat, 4 Oct 2003 15:17:08 +0000 (15:17 +0000)
commit69df5b5a0b62f575db406ff1a2641fe7e3e9d084
treec2a45c5cd2d270acf690bb5414214e7608dec42f
parente4c49d2b506f7cdbb6c36e475b4e239ab6ac4886
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.
usr.bin/time/time.c