diff packages/language/c/libc/stdio/current/ChangeLog @ 2030:6e1b638b0c53

* src/common/fopen.cxx (fopen): Default the open mode to Read until we have process the flags. Initialize the dev handle. These keep the compiler happy.
author asl
date Sat, 30 Jul 2005 11:44:01 +0000
parents 91de0c0f9954
children 543067294b88
line wrap: on
line diff
--- a/packages/language/c/libc/stdio/current/ChangeLog
+++ b/packages/language/c/libc/stdio/current/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-22  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+	* src/common/fopen.cxx (fopen): Default the open mode to Read
+	until we have process the flags. Initialize the dev handle. These
+	keep the compiler happy.
+
 2005-04-11  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* src/common/stream.cxx (read): don't reference flags.buffering