I've installed the attached patch: 2005-06-07 Derek Price <[EMAIL PROTECTED]>
Sync from CVS. * lib/glob_.h: Indent nested #ifdef. Do you want me to keep sending FYI's to this list for this sort of minor change? Regards, Derek
Index: lib/glob_.h =================================================================== RCS file: /cvsroot/gnulib/gnulib/lib/glob_.h,v retrieving revision 1.2 diff -u -p -r1.2 glob_.h --- lib/glob_.h 31 May 2005 21:01:17 -0000 1.2 +++ lib/glob_.h 7 Jun 2005 14:55:51 -0000 @@ -135,11 +135,11 @@ typedef struct 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
_______________________________________________ bug-gnulib mailing list bug-gnulib@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnulib