Removed static keyword, breaks gcc4
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sun, 3 Jul 2005 21:37:48 +0000 (21:37 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sun, 3 Jul 2005 21:37:48 +0000 (21:37 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1752 cb58f699-b61c-0410-a6fe-9272a202ed29

oncrpc/svc.c

index 914ec8b..0077d6c 100644 (file)
@@ -62,7 +62,7 @@ static char sccsid[] = "@(#)svc.c 1.41 87/10/13 Copyr 1984 Sun Micro";
 #include <rpc/pmap_clnt.h>
 #include <pthread.h>
 
-static pthread_mutex_t __thr_mutex = PTHREAD_MUTEX_INITIALIZER;
+pthread_mutex_t __thr_mutex = PTHREAD_MUTEX_INITIALIZER;
 
 extern int errno;
 #endif