rbb 2002/12/29 12:52:45
Modified: file_io/unix open.c
Log:
Get us building on unix again.
Revision Changes Path
1.103 +1 -1 apr/file_io/unix/open.c
Index: open.c
===================================================================
RCS file: /home/cvs/apr/file_io/unix/open.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- open.c 29 Dec 2002 20:31:12 -0000 1.102
+++ open.c 29 Dec 2002 20:52:45 -0000 1.103
@@ -147,7 +147,7 @@
#if APR_HAS_THREADS
if ((flag & APR_BUFFERED) && ((*new)->flags & APR_XTHREAD)) {
- rv = apr_thread_mutex_create(thlock),
+ rv = apr_thread_mutex_create(&thlock,
APR_THREAD_MUTEX_DEFAULT, pool);
if (rv) {
return rv;