bjh         99/10/18 19:41:42

  Modified:    src/os/os2 util_os2.c
  Log:
  Prevent collision with APR symbol of same name.
  
  Revision  Changes    Path
  1.4       +1 -1      apache-2.0/src/os/os2/util_os2.c
  
  Index: util_os2.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/os/os2/util_os2.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- util_os2.c        1999/08/31 05:34:47     1.3
  +++ util_os2.c        1999/10/19 02:41:39     1.4
  @@ -98,7 +98,7 @@
   
   
   
  -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)
  
  
  

Reply via email to