summaryrefslogtreecommitdiff
path: root/w32/include/dirent.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1997-04-07 07:21:16 +0000
committerPaul Smith <psmith@gnu.org>1997-04-07 07:21:16 +0000
commit0ada207e2dca2b69a65ce186e625e7f6397edd34 (patch)
treedc117c22dc40a3d94b4ba2c5acc71ac8e53582a9 /w32/include/dirent.h
parent7bb7ba784904b414b1f5f604414d232871f77a69 (diff)
downloadgunmake-0ada207e2dca2b69a65ce186e625e7f6397edd34.tar.gz
Changes for make 3.75.1
Diffstat (limited to 'w32/include/dirent.h')
-rw-r--r--w32/include/dirent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/w32/include/dirent.h b/w32/include/dirent.h
index ccc1800..3437bd0 100644
--- a/w32/include/dirent.h
+++ b/w32/include/dirent.h
@@ -15,7 +15,7 @@
struct dirent
{
- ino_t d_ino; /* unused - no equivalent on WIN32 */
+ ino_t d_ino; /* unused - no equivalent on WINDOWS32 */
char d_name[NAME_MAX+1];
};