Commit 8dc96b29 authored by Martin Kraemer's avatar Martin Kraemer
Browse files

For system requiring the apache "union semun" definition (i.e., the

NEED_UNION_SEMUN #define): On 64 bit Unixes (where sizeof(void*) == 8)
the "val" field should be a long, not an int. Otherwise the kernel would
access a halfway undefined field.
On 32 bit Unixes, this change will have no impact.

Obtained from: Uschi Pippel <pippel.pad@sni.de>
Reviewed by:	Jim Jagielski


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81167 13f79535-47bb-0310-9956-ffa450edef68
parent 22a740e1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment