You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Garey Smiley <ga...@main.slink.com> on 1997/05/11 16:46:42 UTC

OS/2 SIGTERM Fix

I have traced the SIGTERM problem under OS/2 to the following lines in the detach() function in http_main.c

#if defined(__EMX__) || defined(MPE)
    /* OS/2 and MPE don't support process group IDs */
    pgrp=-getpid();
#else

Does MPE really need the negative of getpid()? I just wanted to check before I submit a patch. To fix things under OS/2 I just remove the negative sign.


Garey Smiley
SoftLink Services
garey@slink.com
http://www.slink.com/
(330)848-1312 FAX/Data(330)699-4474