Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-07-30 12:27:29 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2004-07-30 12:27:29 +0400
commit8b7083824a61c068a8f9d5e06de67ea5dcf97311 (patch)
tree64fae72060238594c72f376792ae4f7a6f72ea10
parent57cb31d40c825627b85812b9c97aa7d641a4f696 (diff)
* include/dirent.h (struct _wdirent): Remove obsolete comment.
-rw-r--r--winsup/mingw/ChangeLog4
-rw-r--r--winsup/mingw/include/dirent.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 9f1690bba..fe2aa456c 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,5 +1,9 @@
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
__ATTRIBUTE_PURE.
diff --git a/winsup/mingw/include/dirent.h b/winsup/mingw/include/dirent.h
index 58c81ea34..a18cbcab9 100644
--- a/winsup/mingw/include/dirent.h
+++ b/winsup/mingw/include/dirent.h
@@ -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. */
};
/*