CVS update by aidan xemacs/src ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Sat Dec 2 12:03:46 EST 2006


  User: aidan   
  Date: 06/12/02 18:03:46

  Modified:    xemacs/src ChangeLog sysdir.h
Log:
Revert missing d_ino filed from `struct dirent' for Cygwin.

Revision  Changes    Path
1.1025    +10 -0     XEmacs/xemacs/src/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.1024
retrieving revision 1.1025
diff -u -p -r1.1024 -r1.1025
--- ChangeLog	2006/11/29 19:56:14	1.1024
+++ ChangeLog	2006/12/02 17:03:43	1.1025
@@ -1,3 +1,13 @@
+2006-12-02  Aidan Kehoe  <kehoea at parhasard.net>
+
+	* ChangeLog:
+	* sysdir.h (DIRENTRY_NONEMPTY):
+
+2006-11-29  Dr. Volker Zell  <Dr.Volker.Zell at oracle.com>
+
+	* sysdir.h: Revert workaround missing d_ino field from 'struct
+	dirent' for Cygwin as it's back in again.
+
 2006-11-29  Aidan Kehoe  <kehoea at parhasard.net>
 
 	* mule-charset.c (Fset_charset_registries):



1.9       +0 -4      XEmacs/xemacs/src/sysdir.h

Index: sysdir.h
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/sysdir.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sysdir.h	2006/01/21 13:34:21	1.8
+++ sysdir.h	2006/12/02 17:03:44	1.9
@@ -62,11 +62,7 @@ Boston, MA 02111-1307, USA.  */
    Since applying strlen to the name always works, we'll just do that.  */
 #define NAMLEN(p) strlen (p->d_name)
 
-#ifdef __CYGWIN__
-# define DIRENTRY_NONEMPTY(p) ((p)->d_name[0] != '\0')
-#else
 # define DIRENTRY_NONEMPTY(p) ((p)->d_ino)
-#endif
 
 /* encapsulation: directory calls */
 





More information about the XEmacs-CVS mailing list