This commit is contained in:
Christopher Faylor 2006-01-21 04:41:57 +00:00
parent 868fb2ff69
commit d96d3ec910
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
to dirent structure. to dirent structure.
* fhandler_virtual.cc (fhandler_virtual::opendir): Ditto. * fhandler_virtual.cc (fhandler_virtual::opendir): Ditto.
* include/sys/dirent.h (struct dirent): Coalesce two similar * include/sys/dirent.h (struct dirent): Coalesce two similar
structures. Remove all threads of the apparently highly confusing structures. Remove all shreds of the apparently highly confusing
references to inodes. Add support for calculating a real inode if references to inodes. Add support for calculating a real inode if
__USE_EXPENSIVE_CYGWIN_D_INO is defined. __USE_EXPENSIVE_CYGWIN_D_INO is defined.