Loop calling CallNamedPipe() several times in case it fails,

Magnus Hagander <magnus@hagander.net>

Commit: 2e371183ee8c766d6d166f71060858e14d181220
Author: Magnus Hagander <magnus@hagander.net>
Date: 2009-02-15T13:58:18Z
Releases: 8.4.0
Loop calling CallNamedPipe() several times in case it fails,
since it can be transient failures, causing kill() to not
properly send signals.

Original patch from Steve Marshall, modified by me.

Files

PathChange+/−
src/port/kill.c modified +26 −15