]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove non-existing error condition.
authored <ed@FreeBSD.org>
Thu, 15 Mar 2012 21:19:50 +0000 (21:19 +0000)
committered <ed@FreeBSD.org>
Thu, 15 Mar 2012 21:19:50 +0000 (21:19 +0000)
commit640706fe968d3c7214a512319d0a0037ea870664
tree48e7b90858ec2dcb5f4ddcfee89c9cc2c0457103
parent61f538e71928779b51472db5713d94aa55dc5384
Remove non-existing error condition.

Just like kill(2), it is impossible for killpg(0, ...) to fail with
ESRCH, as a process always has a process group.

Discussed on: arch@
MFC after: 1 week
lib/libc/compat-43/killpg.2