From 8b7083824a61c068a8f9d5e06de67ea5dcf97311 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Fri, 30 Jul 2004 08:27:29 +0000 Subject: [PATCH] * include/dirent.h (struct _wdirent): Remove obsolete comment. --- winsup/mingw/ChangeLog | 4 ++++ winsup/mingw/include/dirent.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 9f1690bba..fe2aa456c 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,7 @@ +2004-07-30 Danny Smith + + * include/dirent.h (struct _wdirent): Remove obsolete comment. + 2004-07-30 Danny Smith * include/string.h: Revert 2004-07-26 additions of 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. */ }; /*