fstatat.c: fix a compile-impeding typo
authorJim Meyering <meyering@redhat.com>
Sat, 29 Sep 2012 17:13:21 +0000 (19:13 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 29 Sep 2012 17:13:37 +0000 (19:13 +0200)
* lib/fstatat.c (FSTATAT_INLINE): Fix typo: s/#include/#define/
Introduced in commit v0.0-7636-gd202279.

ChangeLog
lib/fstatat.c

index 2905eef..943b881 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-09-29  Jim Meyering  <meyering@redhat.com>
+
+       fstatat.c: fix a compile-impeding typo
+       * lib/fstatat.c (FSTATAT_INLINE): Fix typo: s/#include/#define/
+       Introduced in commit v0.0-7636-gd202279.
+
 2012-09-28  Akim Demaille  <akim@lrde.epita.fr>
 
        extern-inline: provide a -Wundef safe config.h
index ed42fa8..71b04d5 100644 (file)
@@ -23,7 +23,7 @@
 #define __need_system_sys_stat_h
 #include <config.h>
 
-#include FSTATAT_INLINE _GL_EXTERN_INLINE
+#define FSTATAT_INLINE _GL_EXTERN_INLINE
 
 /* Get the original definition of fstatat.  It might be defined as a macro.  */
 #include <sys/types.h>