+2010-07-27 Ken Brown <kbrown@cornell.edu>
+
+ * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
+ the MSDOS definition.
+
2010-07-25 Christoph Scholtes <cschol2112@gmail.com>
* minibuf.c (Fread_buffer): Doc fix (bug#6528).
#endif /* not MSDOS */
#endif /* not SYSV_SYSTEM_DIR */
-/* Some versions of Cygwin don't have d_ino in `struct dirent'. */
-#if defined(MSDOS) || defined(__CYGWIN__)
+#ifdef MSDOS
#define DIRENTRY_NONEMPTY(p) ((p)->d_name[0] != 0)
#else
#define DIRENTRY_NONEMPTY(p) ((p)->d_ino)