summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-08 03:04:21 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-08 03:04:21 +0000
commit81b4c13eb585bfe851e25424e525f9020187af57 (patch)
treee3d42e7dd05398bb26d895ea01d6be99602c82e3 /ChangeLog
parenta5b9e9d4406846c279ef154585121d7d318cb9b3 (diff)
downloadcoreutils-81b4c13eb585bfe851e25424e525f9020187af57.tar.xz
(O_BINARY) [!O_BINARY && defined O_BINARY]:
Do not define, to avoid annoying compiler messages on QNX 6.3.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 978f54841..12859dca2 100644
--- 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):