From ae155d81b9b0282e1fe2fdfc18f3bfa3ec6a5074 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 3 Aug 2011 01:16:03 +0200 Subject: Update gnulib files. Fix syntax-check usage. --- gl/sys_stat.in.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gl/sys_stat.in.h') diff --git a/gl/sys_stat.in.h b/gl/sys_stat.in.h index 13fae7b670..5acee705f8 100644 --- a/gl/sys_stat.in.h +++ b/gl/sys_stat.in.h @@ -34,7 +34,7 @@ #else /* Normal invocation convention. */ -#ifndef _GL_SYS_STAT_H +#ifndef _@GUARD_PREFIX@_SYS_STAT_H /* Get nlink_t. */ #include @@ -45,8 +45,8 @@ /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_SYS_STAT_H@ -#ifndef _GL_SYS_STAT_H -#define _GL_SYS_STAT_H +#ifndef _@GUARD_PREFIX@_SYS_STAT_H +#define _@GUARD_PREFIX@_SYS_STAT_H /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ @@ -653,6 +653,6 @@ _GL_WARN_ON_USE (utimensat, "utimensat is not portable - " #endif -#endif /* _GL_SYS_STAT_H */ -#endif /* _GL_SYS_STAT_H */ +#endif /* _@GUARD_PREFIX@_SYS_STAT_H */ +#endif /* _@GUARD_PREFIX@_SYS_STAT_H */ #endif -- cgit v1.2.1