From 4fd22b59ed0fa955ad44ee6f8f3b7c74bb33c036 Mon Sep 17 00:00:00 2001 From: Chris Darroch Date: Tue, 5 May 2009 03:30:00 +0000 Subject: [PATCH] silence warnings git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771537 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 6f2e7e67f9..8d1dc7469d 100644 --- a/modules/mem/mod_sharedmem.c +++ b/modules/mem/mod_sharedmem.c @@ -63,7 +63,7 @@ static apr_pool_t *gpool = NULL; static apr_global_mutex_t *smutex; static const char *mutex_fname; -apr_status_t unixd_set_shm_perms(const char *fname) +static apr_status_t unixd_set_shm_perms(const char *fname) { #ifdef AP_NEED_SET_MUTEX_PERMS #if APR_USE_SHMEM_SHMGET || APR_USE_SHMEM_SHMGET_ANON -- 2.40.0