summaryrefslogtreecommitdiff
path: root/file_io
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-07-03 00:55:30 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-07-03 00:55:30 +0000
commitead1720d04560aa437f42066a58fe5f059301398 (patch)
tree815bffd82bd5787c6d34f2fce69d9cd97d9e4504 /file_io
parent4be43ecad43ad80f8c0a029395db129a86d0b883 (diff)
downloadlibapr-ead1720d04560aa437f42066a58fe5f059301398.tar.gz
This function isn't behaving itself. Comment it out for now
to get the Win32 build building again. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63558 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io')
-rw-r--r--file_io/win32/filedup.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/file_io/win32/filedup.c b/file_io/win32/filedup.c
index e945d2fd4..8cfc71e0d 100644
--- a/file_io/win32/filedup.c
+++ b/file_io/win32/filedup.c
@@ -149,7 +149,7 @@ APR_DECLARE(apr_status_t) apr_file_dup2(apr_file_t *new_file,
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 @@ APR_DECLARE(apr_status_t) apr_file_setaside(apr_file_t **new_file,
file_cleanup);
return APR_SUCCESS;
}
+#endif
+
+/* XXX Need to fix the function above... */ \ No newline at end of file