]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Prevent collision with APR symbol of same name.
authorBrian Havard <bjh@apache.org>
Tue, 19 Oct 1999 02:41:39 +0000 (02:41 +0000)
committerBrian Havard <bjh@apache.org>
Tue, 19 Oct 1999 02:41:39 +0000 (02:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84003 13f79535-47bb-0310-9956-ffa450edef68

os/os2/util_os2.c

index 165c5f1fef1e218ca0e0b1b9ab5f998f36c319e5..504f7aa1c5fbc7e60f58677f7a61c305aa67c7ba 100644 (file)
@@ -98,7 +98,7 @@ char *ap_os_error_message(int err)
 
 
 
-int (*os2_select)( int *, int, int, int, long ) = NULL;
+static int (*os2_select)( int *, int, int, int, long ) = NULL;
 static HMODULE hSO32DLL;
 
 int ap_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout)