From: Jim Jagielski Date: Wed, 13 May 2009 19:18:53 +0000 (+0000) Subject: Oops... not yet X-Git-Tag: 2.3.3~609 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f51a450164177bc7fdd224b162d4ebfd629a6f7;p=thirdparty%2Fapache%2Fhttpd.git Oops... not yet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@774497 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mem/mod_sharedmem.c b/modules/mem/mod_sharedmem.c index a82dfcd64a8..cc054bd1821 100644 --- a/modules/mem/mod_sharedmem.c +++ b/modules/mem/mod_sharedmem.c @@ -48,7 +48,7 @@ struct ap_slotmem_t { apr_pool_t *gpool; /* per segment global pool */ apr_global_mutex_t *smutex; /* mutex */ struct ap_slotmem_t *next; /* location of next allocated segment */ - unsigned int *inuse; /* is-use flag table*/ + char *inuse; /* in-use flag table*/ };