cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Changes to ccvs/lib/glob_.h


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/lib/glob_.h
Date: Sun, 04 Sep 2005 21:48:00 -0400

Index: ccvs/lib/glob_.h
diff -u ccvs/lib/glob_.h:1.14 ccvs/lib/glob_.h:1.15
--- ccvs/lib/glob_.h:1.14       Sat May 28 17:38:20 2005
+++ ccvs/lib/glob_.h    Mon Sep  5 01:47:59 2005
@@ -135,11 +135,11 @@
        are used instead of the normal file access functions.  */
     void (*gl_closedir) (void *);
 #ifdef __USE_GNU
-#if defined HAVE_DIRENT_H || defined __GNU_LIBRARY__
+# if defined HAVE_DIRENT_H || defined __GNU_LIBRARY__
     struct dirent *(*gl_readdir) (void *);
-#else
+# else
     struct direct *(*gl_readdir) (void *);
-#endif
+# endif
 #else
     void *(*gl_readdir) (void *);
 #endif




reply via email to

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