OSDN Git Service

* CRTfmode.c: Fix nested comment.
authorcgf <cgf>
Sun, 17 Jun 2007 00:41:13 +0000 (00:41 +0000)
committercgf <cgf>
Sun, 17 Jun 2007 00:41:13 +0000 (00:41 +0000)
winsup/mingw/CRTfmode.c
winsup/mingw/ChangeLog

index fcbdd33..c956b5e 100644 (file)
@@ -10,7 +10,7 @@
  *     
  * To override the default, add, eg:
  *
- * #include <fcntl.h>  /*  _O_BINARY */
+ * #include <fcntl.h
  * int _CRT_fmode = _O_BINARY;
  *
  * to your app.        
index 1bc3de6..e604573 100644 (file)
@@ -1,5 +1,9 @@
 2007-06-16  Christopher Faylor  <me+cygwin@cgf.cx>
 
+       * CRTfmode.c: Fix nested comment.
+
+2007-06-16  Christopher Faylor  <me+cygwin@cgf.cx>
+
        * include/string.h (strcasecmp): Fix typo in declaration prototype.
 
 2007-06-14  Danny Smith  <dannysmith@users.sourceforge.net>'