Displaying 1 result from an estimated 1 matches for "org_sc".
Did you mean:
org_c
2004 Aug 13
1
[patch] rsync large file support on AIX and HPUX
...ave a bug in their implementation of mkstemp(). They
do not open the resulting file with O_LARGEFILE. Copying a >2GB file files fails
therefore.
IRIX, Linux seems to be o.k.
There is an efix for AIX available but seems not to be deployed everywhere.
Cheers
Olaf
*** rsync-2.6.2/syscall.c.ORG_SC Fri Aug 13 13:17:27 2004
--- rsync-2.6.2/syscall.c Fri Aug 13 13:19:29 2004
***************
*** 152,158 ****
RETURN_ERROR_IF(dry_run, 0);
RETURN_ERROR_IF(read_only, EROFS);
! #if defined(HAVE_SECURE_MKSTEMP) && defined(HAVE_FCHMOD)
{...