From fd652795461d64a56f7f9fe8e11181316c551a4d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 17 Sep 2006 21:59:27 +0000 Subject: [PATCH] autoupdate --- doc/gpl.texi | 2 +- lib/strtok_r.c | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/gpl.texi b/doc/gpl.texi index 2306a77148..1a4dfcb3e3 100644 --- a/doc/gpl.texi +++ b/doc/gpl.texi @@ -359,7 +359,7 @@ If the program is interactive, make it output a short notice like this when it starts in an interactive mode: @smallexample -Gnomovision version 69, Copyright (C) 19@var{yy} @var{name of author} +Gnomovision version 69, Copyright (C) @var{year} @var{name of author} Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/lib/strtok_r.c b/lib/strtok_r.c index 487737db33..4a21cae970 100644 --- a/lib/strtok_r.c +++ b/lib/strtok_r.c @@ -1,5 +1,5 @@ /* Reentrant string tokenizer. Generic version. - Copyright (C) 1991,1996-1999,2001,2004,2006 Free Software Foundation, Inc. + Copyright (C) 1991,1996-1999,2001,2004 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify @@ -14,9 +14,11 @@ 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. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include +#ifdef HAVE_CONFIG_H +# include +#endif #include -- 2.30.2