On Thu, Jan 31, 2002 at 08:35:32PM -0800, Aaron Bannert wrote: > On Fri, Feb 01, 2002 at 01:40:39AM -0000, [EMAIL PROTECTED] wrote: > > gstein 02/01/31 17:40:39 > > > > Modified: . libapr.dsp > > file_io/unix Makefile.in filestat.c > > file_io/win32 filestat.c > > include apr_file_info.h apr_file_io.h > > Log: > > Add apr_file_copy() and apr_file_append() functions. These are written > > in terms of APR itself, so each platform just uses the one function. A > > future improvement would use CopyFile(Ex) on Windows and sendfile() on > > sendfile-capable systems. > > > > Also add apr_file_attrs_set() for setting file attributes in a logical > > fashion, rather than based on (Posix) permission bits. This is not > > (yet) implemented for Windows, and still needs a way to turn *off* the > > readonly and executable modes. > > > > Submitted by: Philip Martin <[EMAIL PROTECTED]> > > I think you forgot to add the copy.c files from your tree, perhaps?
I just added a version of copy.c that Philip submitted to [EMAIL PROTECTED] to the APR repository. Should be okay now. -- justin
