cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/windows-NT ChangeLog dirent.h


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/windows-NT ChangeLog dirent.h
Date: Tue, 11 Jul 2006 13:29:09 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Derek Robert Price <dprice>     06/07/11 13:29:09

Modified files:
        windows-NT     : ChangeLog dirent.h 

Log message:
        [_D_EXACT_NAMLEN]: Cite as GNU extension in comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/ChangeLog?cvsroot=cvs&r1=1.378&r2=1.379
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/dirent.h?cvsroot=cvs&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/ChangeLog,v
retrieving revision 1.378
retrieving revision 1.379
diff -u -b -r1.378 -r1.379
--- ChangeLog   11 Jul 2006 12:57:23 -0000      1.378
+++ ChangeLog   11 Jul 2006 13:29:09 -0000      1.379
@@ -3,7 +3,7 @@
        * dirent.h: Remove #include <config.h>.
        (struct dirent): Remove unimplemented d_ino since POSIX declares it an
        extension.  Add d_namlen.
-       (struct dircontents): Add length field.
+       (struct _dircontents): Add length field.
        [_D_EXACT_NAMLEN]: Define.
        [MAXNAMLEN]: Replace with...
        [NAME_MAX]: ...this macro, for POSIX.

Index: dirent.h
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/dirent.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- dirent.h    11 Jul 2006 12:35:09 -0000      1.2
+++ dirent.h    11 Jul 2006 13:29:09 -0000      1.3
@@ -62,6 +62,7 @@
 void seekdir (DIR *, long);
 long telldir (DIR *);
 
+/* GNU extension.  */
 #define _D_EXACT_NAMLEN(dp) (dp)->d_namlen
 
 #endif /* WINDOWSNT_DIRENT_H_INCLUDED */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]