Hmmm, this function was _disabled_ for a reason, namely that it needs fixing. Reenabling it without fixing seems like a bad idea to me, esp. since wrowe just disabled it a few days ago.
Sander > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 04 July 2002 02:06 > brianp 2002/07/03 17:06:24 > > Modified: file_io/win32 filedup.c > Log: > reenabled apr_file_setaside() > > Revision Changes Path > 1.49 +1 -4 apr/file_io/win32/filedup.c > > Index: filedup.c > =================================================================== > RCS file: /home/cvs/apr/file_io/win32/filedup.c,v > retrieving revision 1.48 > retrieving revision 1.49 > diff -u -r1.48 -r1.49 > --- filedup.c 3 Jul 2002 01:36:53 -0000 1.48 > +++ filedup.c 4 Jul 2002 00:06:23 -0000 1.49 > @@ -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,6 +185,3 @@ > file_cleanup); > return APR_SUCCESS; > } > -#endif > - > -/* XXX Need to fix the function above... */
