* process.c (Fsignal_process): Simplify by avoiding a goto.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Oct 2011 06:42:38 +0000 (23:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Oct 2011 06:42:38 +0000 (23:42 -0700)
commitd44287d4adc1e268ef9974ea72010f0186f40197
tree6f569186f6bb6f789ef9b1cce64b0086ba1ecd30
parent58c8a77dd99a19052bf813198db4257865d32ac8
* process.c (Fsignal_process): Simplify by avoiding a goto.
Treat out-of-range process numbers just like invalid numbers
that fit into the pid_t range, and return -1.
src/ChangeLog
src/process.c