Full_Name: Kees Koenders
Version: 2.8.1
OS: Linux 2.2.18 (Slackware 7.0)
Submission from: (NULL) (213.84.1.73)


mod_ssl.h: definition of the semctl union ssl_ipc_semun (line 307)

I couldn't compile apache with the union defined in mod_ssl.h. ssl_engine_mutex
(line 295 and 304) complained that the 4th element of the function semctl was of
an incompatible type.

I changed the definition of variable semctlarg (line 281) in ssl_engine_mutex.h
from:
'union ssl_ipc_semun semctlarg'
to
'union semun semctlarg'

Now apache compiled ok
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to