On 1/29/2012 11:53 AM, Stefan Fritsch wrote:
On Wednesday 25 January 2012, Jim Jagielski wrote:
Looking over the code, impl as a hook seems more "isolated",
rather than the current impl which is intrusive (which is
part of what we're trying to avoid, aren't we?)
OK, patch is attached. This needs review/testing for Windows.
Patched trunk at r1237447, saw same after patching 2.4-HEAD so I tried trunk.

Regards,
Gregg

Compiling...
service.c
.\server\mpm\winnt\service.c(38) : error C2370: 'mpm_winnt_module' : redefinition; different storage class c:\build3\httpd-head_r1237447\server\mpm\winnt\mpm_winnt.h(70) : see declaration of 'mpm_winnt_module'
scoreboard.c
provider.c
nt_eventlog.c
mpm_winnt.c
.\server\mpm\winnt\mpm_winnt.c(1765) : error C2370: 'mpm_winnt_module' : redefinition; different storage class c:\build3\httpd-head_r1237447\server\mpm\winnt\mpm_winnt.h(70) : see declaration of 'mpm_winnt_module' .\server\mpm\winnt\mpm_winnt.c(1765) : error C2370: 'mpm_winnt_module' : redefinition; different storage class c:\build3\httpd-head_r1237447\server\mpm\winnt\mpm_winnt.h(70) : see declaration of 'mpm_winnt_module'
mpm_common.c
listen.c
child.c
.\server\mpm\winnt\child.c(69) : error C2370: 'mpm_winnt_module' : redefinition; different storage class c:\build3\httpd-head_r1237447\server\mpm\winnt\mpm_winnt.h(70) : see declaration of 'mpm_winnt_module'

Reply via email to