bnicholes 02/04/09 08:58:25
Modified: misc/netware start.c
build nw_export.inc
Log:
Finished removing the locks API on NetWare
Revision Changes Path
1.6 +0 -1 apr/misc/netware/start.c
Index: start.c
===================================================================
RCS file: /home/cvs/apr/misc/netware/start.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- start.c 13 Mar 2002 20:39:22 -0000 1.5
+++ start.c 9 Apr 2002 15:58:24 -0000 1.6
@@ -58,7 +58,6 @@
#include "apr_signal.h"
#include "misc.h" /* for WSAHighByte / WSALowByte */
-#include "locks.h" /* for apr_unix_setup_lock() */
#include "proc_mutex.h" /* for apr_proc_mutex_unix_setup_lock() */
#include "internal_time.h"
1.5 +0 -1 apr/build/nw_export.inc
Index: nw_export.inc
===================================================================
RCS file: /home/cvs/apr/build/nw_export.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nw_export.inc 27 Mar 2002 23:51:50 -0000 1.4
+++ nw_export.inc 9 Apr 2002 15:58:24 -0000 1.5
@@ -22,7 +22,6 @@
#include "apr_hash.h"
#include "apr_inherit.h"
#include "apr_lib.h"
-#include "apr_lock.h"
#include "apr_md5.h"
#include "apr_mmap.h"
#include "apr_network_io.h"