CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2014/01/28 17:19:26
Modified files: usr.bin/ssh : sshd.c Log message: use kill(0, ...) instead of killpg(0, ...); on most operating systems they are equivalent, but SUSv2 describes the latter as having undefined behaviour; from portable; ok dtucker