]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(O_BINARY) [!O_BINARY && defined O_BINARY]:
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 8 Aug 2004 03:04:21 +0000 (03:04 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 8 Aug 2004 03:04:21 +0000 (03:04 +0000)
Do not define, to avoid annoying compiler messages on QNX 6.3.

ChangeLog

index 978f5484197f41cee806025be70a2ddd98ddfde2..12859dca2ae5d9b3af0abcaba9dc20496a57d8b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-08-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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  <eggert@cs.ucla.edu>
 
        * src/system.h (PRIdMAX, PRIoMAX, PRIuMAX, PRIxMAX):