From: Paul Eggert Date: Sun, 8 Aug 2004 03:04:21 +0000 (+0000) Subject: (O_BINARY) [!O_BINARY && defined O_BINARY]: X-Git-Tag: v5.3.0~830 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81b4c13eb585bfe851e25424e525f9020187af57;p=thirdparty%2Fcoreutils.git (O_BINARY) [!O_BINARY && defined O_BINARY]: Do not define, to avoid annoying compiler messages on QNX 6.3. --- diff --git a/ChangeLog b/ChangeLog index 978f548419..12859dca2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-08-07 Paul Eggert + + * src/system.h (O_BINARY) [!O_BINARY && defined O_BINARY]: + Do not define, to avoid annoying compiler messages on QNX 6.3. + Problem reported by Johan in: + http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00050.html + 2004-08-04 Paul Eggert * src/system.h (PRIdMAX, PRIoMAX, PRIuMAX, PRIxMAX):