about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b240a1f69f..03937bd3b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-06-07  Roland McGrath  <roland@baalperazim.frob.com>
+
+	* db2/os/os_oflags.c (__db_oflags): Fix checking of O_ACCMODE bits to
+	be POSIX compliant.  Prior definition was broken for Hurd.
+	Reported by Mark Kettenis <kettenis@gnu.org>.
+
 1999-06-08  Ulrich Drepper  <drepper@cygnus.com>
 
 	* ctype/ctype.h: Protect __tobody code by __extension__.