changeset 17113:1814049458e1

fstatat.c: fix a compile-impeding typo * lib/fstatat.c (FSTATAT_INLINE): Fix typo: s/#include/#define/ Introduced in commit v0.0-7636-gd202279.
author Jim Meyering <meyering@redhat.com>
date Sat, 29 Sep 2012 19:13:21 +0200
parents 03d96692c889
children b15e16b6a072
files ChangeLog lib/fstatat.c
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/lib/fstatat.c
+++ b/lib/fstatat.c
@@ -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>