cvs-cvs
[Top][All Lists]
Advanced

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

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


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

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

Modified files:
        lib            : 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/lib/ChangeLog?cvsroot=cvs&r1=1.535&r2=1.536
http://cvs.savannah.gnu.org/viewcvs/ccvs/lib/system.h?cvsroot=cvs&r1=1.83&r2=1.84

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/lib/ChangeLog,v
retrieving revision 1.535
retrieving revision 1.536
diff -u -b -r1.535 -r1.536
--- ChangeLog   7 Jul 2006 02:46:50 -0000       1.535
+++ ChangeLog   7 Jul 2006 12:34:19 -0000       1.536
@@ -1,3 +1,8 @@
+2006-07-07  Derek Price  <address@hidden>
+
+       * system.h [!HAVE_DIRENT_H && HAVE_NDIR_H]: Ignore this obsolescent
+       case.
+
 2006-07-06  Derek Price  <address@hidden>
 
        * fnmatch.c, fnmatch_loop.c, getcwd.c, getdate.c, getdate.y, getopt.c,

Index: system.h
===================================================================
RCS file: /cvsroot/cvs/ccvs/lib/system.h,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- system.h    10 Apr 2006 17:41:07 -0000      1.83
+++ system.h    7 Jul 2006 12:34:19 -0000       1.84
@@ -183,15 +183,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
 
 /* Convert B 512-byte blocks to kilobytes if K is nonzero,




reply via email to

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