Thanks! Fixed ;)
On Jun 1, 2009, at 9:39 AM, Ruediger Pluem wrote:
Compiling trunk I see the following warning
mod_slotmem_shm.c:547: warning: initialization from incompatible
pointer type
This is caused by a prototype mismatch:
In mod_slotmem_shm.c:
static apr_status_t slotmem_grab(ap_slotmem_instance_t *slot,
unsigned int *id)
in ap_slotmem.h:
apr_status_t (* grab)(ap_slotmem_instance_t *s, unsigned int item_id);
Can someone with more insight in the API decide whether id should be
a pointer or not?
and either fix ap_slotmem.h and the other slotmem modules or fix
mod_slotmem_shm?
Regards
RĂ¼diger