From 36f86806352fe1d69acc6e1a567c426a653abd63 Mon Sep 17 00:00:00 2001 From: "Derek R. Price" Date: Tue, 7 Jun 2005 14:58:46 +0000 Subject: [PATCH] Sync from CVS. * glob_.h: Indent nested #ifdef. --- lib/ChangeLog | 5 +++++ lib/glob_.h | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index f8269a5861..a31b06d2ea 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-06-07 Derek Price + + Sync from CVS. + * glob_.h: Indent nested #ifdef. + 2005-06-02 Paul Eggert Sync from coreutils. diff --git a/lib/glob_.h b/lib/glob_.h index 00edbddb09..95fb240f12 100644 --- a/lib/glob_.h +++ b/lib/glob_.h @@ -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 -- 2.30.2