From: Wayne Davison Date: Mon, 2 Aug 2004 22:06:17 +0000 (+0000) Subject: Mention the open64()/mkstemp64() configure change. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/007351494dcd60990ef6ba3001c790388202ed32?hp=6dcb93208d8f9047adb1a2b302c946752943edb2 Mention the open64()/mkstemp64() configure change. --- diff --git a/NEWS b/NEWS index 4db1d717..f32d8921 100644 --- a/NEWS +++ b/NEWS @@ -98,6 +98,11 @@ Changes since 2.6.2: - Avoid a bogus run-time complaint about a lack of 64-bit integers when the int64 type is defined as an off_t and it actually has 64-bits. + - Added a configure check for open64() without mkstemp64() so that we + can avoid using mkstemp() when such a combination is encountered. + This bypasses a problem writing out large temp files on OSes such as + AIX and HP-UX. + ENHANCEMENTS: - Added the --partial-dir=DIR option that lets you specify where to