You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ch...@apache.org on 2009/05/05 05:30:00 UTC

svn commit: r771537 - /httpd/httpd/trunk/modules/mem/mod_sharedmem.c

Author: chrisd
Date: Tue May  5 03:30:00 2009
New Revision: 771537

URL: http://svn.apache.org/viewvc?rev=771537&view=rev
Log:
silence warnings

Modified:
    httpd/httpd/trunk/modules/mem/mod_sharedmem.c

Modified: httpd/httpd/trunk/modules/mem/mod_sharedmem.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/mem/mod_sharedmem.c?rev=771537&r1=771536&r2=771537&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/mem/mod_sharedmem.c (original)
+++ httpd/httpd/trunk/modules/mem/mod_sharedmem.c Tue May  5 03:30:00 2009
@@ -63,7 +63,7 @@
 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