DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37323>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37323

           Summary: XPG4_2 definition required on Solaris
           Product: Apache httpd-2.0
           Version: 2.0.55
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: major
          Priority: P2
         Component: perchild
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


The following code inside the perchild.c cannot be compiled if _XPG4_2 is not 
defined.

    msg.msg_control = cmsg;
    msg.msg_controllen = cmsg->cmsg_len;

msg_control and msg_controllen struct members of msghdr only defined in the 
struct when XPG4_2 is defined which in turn can be defined if XOPEN_SOURCE is 
defined.

This also applies CMSG_DATA macro.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to