diff options
| author | Paul Eggert | 2011-05-29 14:52:18 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-29 14:52:18 -0700 |
| commit | 6a3e57bb546b094bfc8ec24a3ec63b2bd4496d65 (patch) | |
| tree | 7941b467caf44ec0c4297e4a6afb1b4ab3f0b9a0 /lib/sys_stat.in.h | |
| parent | e8cbec34e8ef069f54c1189a7b6109f768047be8 (diff) | |
| download | emacs-6a3e57bb546b094bfc8ec24a3ec63b2bd4496d65.tar.gz emacs-6a3e57bb546b094bfc8ec24a3ec63b2bd4496d65.zip | |
Adjust to recent gnulib change for @GUARD_PREFIX@.
Diffstat (limited to 'lib/sys_stat.in.h')
| -rw-r--r-- | lib/sys_stat.in.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/sys_stat.in.h b/lib/sys_stat.in.h index 13fae7b6703..5acee705f8a 100644 --- a/lib/sys_stat.in.h +++ b/lib/sys_stat.in.h | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | #else | 34 | #else |
| 35 | /* Normal invocation convention. */ | 35 | /* Normal invocation convention. */ |
| 36 | 36 | ||
| 37 | #ifndef _GL_SYS_STAT_H | 37 | #ifndef _@GUARD_PREFIX@_SYS_STAT_H |
| 38 | 38 | ||
| 39 | /* Get nlink_t. */ | 39 | /* Get nlink_t. */ |
| 40 | #include <sys/types.h> | 40 | #include <sys/types.h> |
| @@ -45,8 +45,8 @@ | |||
| 45 | /* The include_next requires a split double-inclusion guard. */ | 45 | /* The include_next requires a split double-inclusion guard. */ |
| 46 | #@INCLUDE_NEXT@ @NEXT_SYS_STAT_H@ | 46 | #@INCLUDE_NEXT@ @NEXT_SYS_STAT_H@ |
| 47 | 47 | ||
| 48 | #ifndef _GL_SYS_STAT_H | 48 | #ifndef _@GUARD_PREFIX@_SYS_STAT_H |
| 49 | #define _GL_SYS_STAT_H | 49 | #define _@GUARD_PREFIX@_SYS_STAT_H |
| 50 | 50 | ||
| 51 | /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ | 51 | /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ |
| 52 | 52 | ||
| @@ -653,6 +653,6 @@ _GL_WARN_ON_USE (utimensat, "utimensat is not portable - " | |||
| 653 | #endif | 653 | #endif |
| 654 | 654 | ||
| 655 | 655 | ||
| 656 | #endif /* _GL_SYS_STAT_H */ | 656 | #endif /* _@GUARD_PREFIX@_SYS_STAT_H */ |
| 657 | #endif /* _GL_SYS_STAT_H */ | 657 | #endif /* _@GUARD_PREFIX@_SYS_STAT_H */ |
| 658 | #endif | 658 | #endif |