]> Savannah Git Hosting - gnulib.git/commitdiff
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 2905eef4e06501198f96ec1b1d74ceec1a7d6cad..943b88184f517298a140e884e5c9b7f1cd293c5d 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 ed42fa8345d828e9909e55863a06ce8b96185c9f..71b04d54fadc066f1a60933867fc2b2939699373 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>