X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsys_times.in.h;h=bc42391c34b737da103c760a6c97034c75e00518;hb=ab624c1a8f744419fdb653b77250153a3563203f;hp=7b661408a7fb4db894b7abbef146ad32167c144a;hpb=438ac9a296467cfdbe8a9c60d6b64370d89e02f9;p=gnulib.git diff --git a/lib/sys_times.in.h b/lib/sys_times.in.h index 7b661408a..bc42391c3 100644 --- a/lib/sys_times.in.h +++ b/lib/sys_times.in.h @@ -1,5 +1,5 @@ /* Provide a sys/times.h header file. - Copyright (C) 2008-2011 Free Software Foundation, Inc. + Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -12,15 +12,14 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see . */ /* Written by Simon Josefsson , 2008. */ /* This file is supposed to be used on platforms where is missing. */ -#ifndef _GL_SYS_TIMES_H +#ifndef _@GUARD_PREFIX@_SYS_TIMES_H # if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ @@ -31,7 +30,7 @@ # @INCLUDE_NEXT@ @NEXT_SYS_TIMES_H@ # endif -# define _GL_SYS_TIMES_H +# define _@GUARD_PREFIX@_SYS_TIMES_H /* Get clock_t. But avoid namespace pollution on glibc systems. */ @@ -78,4 +77,4 @@ _GL_WARN_ON_USE (times, "times is unportable - " } # endif -#endif /* _GL_SYS_TIMES_H */ +#endif /* _@GUARD_PREFIX@_SYS_TIMES_H */