]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/dirent.h (struct _wdirent): Remove obsolete comment.
authorDanny Smith <dannysmith@users.sourceforge.net>
Fri, 30 Jul 2004 08:27:29 +0000 (08:27 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Fri, 30 Jul 2004 08:27:29 +0000 (08:27 +0000)
winsup/mingw/ChangeLog
winsup/mingw/include/dirent.h

index 9f1690bba1ab8f6cd23cca6c2538d33980dca49f..fe2aa456c402fe3ef5da427190526d222ee3f6b1 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/dirent.h (struct _wdirent): Remove obsolete comment.
+
 2004-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/string.h: Revert 2004-07-26 additions of
index 58c81ea34372d54875b5b322ca6b5fff2fc42d45..a18cbcab902d5cc7566f783c948ad595b6e921b0 100644 (file)
@@ -73,7 +73,6 @@ struct _wdirent
        unsigned short  d_reclen;       /* Always zero. */
        unsigned short  d_namlen;       /* Length of name in d_name. */
        wchar_t         d_name[FILENAME_MAX]; /* File name. */
-       /* NOTE: The name in the dirent structure points to the name in the      *       wfinddata_t structure in the _WDIR. */
 };
 
 /*
This page took 0.034061 seconds and 5 git commands to generate.