CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/09/02 05:26:54
Modified files:
usr.bin/timeout: timeout.c
Log message:
timeout(1): execvp(2) does not return except on error
there is no need to check if the return value is -1. just
unconditionally call err(3).
ok deraadt@ schwarze@
