From 2f51a450164177bc7fdd224b162d4ebfd629a6f7 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Wed, 13 May 2009 19:18:53 +0000 Subject: [PATCH] Oops... not yet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@774497 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mem/mod_sharedmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mem/mod_sharedmem.c b/modules/mem/mod_sharedmem.c index a82dfcd64a..cc054bd182 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*/ }; -- 2.50.1