* dir.cc (readdir_worker): Add comment about writing old 32 bit d_ino.

* include/cygwin/version.h: Bump API minor number to 152.
	(CYGWIN_VERSION_CHECK_FOR_NEEDS_D_INO): Remove.
This commit is contained in:
Corinna Vinschen
2006-01-31 08:56:22 +00:00
parent ca986c6bf8
commit 832dd7e69f
2 changed files with 8 additions and 8 deletions

View File

@@ -138,6 +138,8 @@ readdir_worker (DIR *dir, dirent *de)
}
}
}
/* This fills out the old 32 bit d_ino field for old applications,
build under Cygwin before 1.5.x. */
de->__d_internal1 = de->d_ino;
return res;