You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2014/07/17 08:12:19 UTC

[Bug 8452] perchild doesn't compile on Solaris 8

https://issues.apache.org/bugzilla/show_bug.cgi?id=8452

--- Comment #5 from mark@ibiblio.org ---
FWIW (Hiii 2002)...

The procset_t definition doesn't happen in <sys/procset.h> because of the
_XPG4_2 define, so you need to edit the <signal.h> (that sounds bad, but it's a
slip-up by Sun) to not use that struct if _XPG4_2 is used.

#if !defined(_XPG4_2)
    extern int sigsendset(const procset_t *, int);
#endif

It happens on Solaris 9 too.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org