bnicholes 01/11/26 11:06:00
Modified: include/arch/netware fileio.h
Log:
Switched the file structure to use the new locking scheme
Revision Changes Path
1.3 +1 -4 apr/include/arch/netware/fileio.h
Index: fileio.h
===================================================================
RCS file: /home/cvs/apr/include/arch/netware/fileio.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fileio.h 2001/10/04 00:08:49 1.2
+++ fileio.h 2001/11/26 19:06:00 1.3
@@ -101,9 +101,6 @@
#if APR_HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
-#ifdef BEOS
-#include <kernel/OS.h>
-#endif
/* End System headers */
@@ -128,7 +125,7 @@
int direction; /* buffer being used for 0 = read, 1 = write */
unsigned long filePtr; /* position in file of handle */
#if APR_HAS_THREADS
- struct apr_lock_t *thlock;
+ struct apr_thread_mutex_t *thlock;
#endif
};