| commit | b0f26544cf6f4feeb1a4f6db09fca834f5c9867d | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Tue Feb 04 11:10:01 2014 +1100 |
| committer | Damien Miller <djm@mindrot.org> | Tue Feb 04 11:10:01 2014 +1100 |
| tree | 383eeaf91261c755574cda973cf6def4b5531e1a | |
| parent | f8f35bc471500348bb262039fb1fc43175d251b0 [diff] |
- djm@cvs.openbsd.org 2014/01/29 00:19:26
[sshd.c]
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
(Id sync only; change is already in portable)