CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/21 07:38:02
Modified files:
usr.bin/time : time.c
Log message:
Minor cleanup, joint work with Scott Cheloha <scottcheloha at gmail dot com>:
* Delete bogus error message and correct exit status when dying from SIGKILL.
* Prefer warn(3) over perror(3) for clarity.
* Return from main() rather than exit(3).
* Simplify kill(getpid(), ...) to raise(...).
* Drop obvious /* NOTREACHED */.
No objections raised when shown on tech@.
