You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2002/03/14 17:50:11 UTC

cvs commit: apr/include apr.hnw

bnicholes    02/03/14 08:50:11

  Modified:    misc/netware libprews.c
               include  apr.hnw
  Log:
  Switched to the new winsock header for NetWare
  
  Revision  Changes    Path
  1.5       +1 -1      apr/misc/netware/libprews.c
  
  Index: libprews.c
  ===================================================================
  RCS file: /home/cvs/apr/misc/netware/libprews.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- libprews.c	22 Feb 2002 15:51:17 -0000	1.4
  +++ libprews.c	14 Mar 2002 16:50:11 -0000	1.5
  @@ -11,7 +11,7 @@
   #include <netware.h>
   #include <library.h>
   #include <nks/synch.h>
  -#include "ws2nlm.h"
  +#include "novsock2.h"
   
   #include "apr_pools.h"
   
  
  
  
  1.9       +1 -1      apr/include/apr.hnw
  
  Index: apr.hnw
  ===================================================================
  RCS file: /home/cvs/apr/include/apr.hnw,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- apr.hnw	13 Mar 2002 20:39:13 -0000	1.8
  +++ apr.hnw	14 Mar 2002 16:50:11 -0000	1.9
  @@ -87,7 +87,7 @@
   #include <signal.h>
   
   
  -#include <ws2nlm.h>
  +#include <novsock2.h>
   
   #define _POSIX_THREAD_SAFE_FUNCTIONS    1
   #define READDIR_IS_THREAD_SAFE          1