cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/diff ChangeLog system.h


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/diff ChangeLog system.h
Date: Fri, 07 Jul 2006 12:34:31 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Derek Robert Price <dprice>     06/07/07 12:34:31

Modified files:
        diff           : ChangeLog system.h 

Log message:
        * system.h [!HAVE_DIRENT_H && HAVE_NDIR_H]: Ignore this obsolescent
        case.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/diff/ChangeLog?cvsroot=cvs&r1=1.117&r2=1.118
http://cvs.savannah.gnu.org/viewcvs/ccvs/diff/system.h?cvsroot=cvs&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/diff/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -b -r1.117 -r1.118
--- ChangeLog   20 Mar 2006 02:21:55 -0000      1.117
+++ ChangeLog   7 Jul 2006 12:34:31 -0000       1.118
@@ -1,3 +1,8 @@
+2006-07-07  Derek Price  <address@hidden>
+
+       * system.h [!HAVE_DIRENT_H && HAVE_NDIR_H]: Ignore this obsolescent
+       case.
+
 2006-03-19  Mark D. Baushke  <address@hidden>
 
        * Makefile.in: Regenerated.

Index: system.h
===================================================================
RCS file: /cvsroot/cvs/ccvs/diff/system.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- system.h    21 Jul 2003 20:12:48 -0000      1.10
+++ system.h    7 Jul 2006 12:34:31 -0000       1.11
@@ -155,15 +155,7 @@
 #else
 # define dirent direct
 # define NAMLEN(dirent) ((dirent)->d_namlen)
-# if HAVE_SYS_NDIR_H
-#  include <sys/ndir.h>
-# endif
-# if HAVE_SYS_DIR_H
-#  include <sys/dir.h>
-# endif
-# if HAVE_NDIR_H
 #  include <ndir.h>
-# endif
 #endif
 
 #if HAVE_VFORK_H




reply via email to

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