wrowe 2002/07/02 17:55:30
Modified: file_io/win32 filedup.c
Log:
This function isn't behaving itself. Comment it out for now
to get the Win32 build building again.
Revision Changes Path
1.47 +4 -1 apr/file_io/win32/filedup.c
Index: filedup.c
===================================================================
RCS file: /home/cvs/apr/file_io/win32/filedup.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- filedup.c 2 Jul 2002 23:40:37 -0000 1.46
+++ filedup.c 3 Jul 2002 00:55:30 -0000 1.47
@@ -149,7 +149,7 @@
return APR_SUCCESS;
#endif /* !defined(_WIN32_WCE) */
}
-
+#ifdef UNBORKED
APR_DECLARE(apr_status_t) apr_file_setaside(apr_file_t **new_file,
apr_file_t *old_file,
apr_pool_t *p)
@@ -185,3 +185,6 @@
file_cleanup);
return APR_SUCCESS;
}
+#endif
+
+/* XXX Need to fix the function above... */
\ No newline at end of file