X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Ftime_r.c;h=19c956e152e4cf1ed006dd71109b35c5b2b3bdeb;hb=2bf2268089107db1ac8df1de5c5bc1fe5078c70a;hp=0c3477a1c1573eb1f883da7a1041e51f42f0302a;hpb=3322ff6164a1e9dd3d1622c64a9b9b7c5f303ef6;p=debian%2Ftar diff --git a/gnu/time_r.c b/gnu/time_r.c index 0c3477a1..19c956e1 100644 --- a/gnu/time_r.c +++ b/gnu/time_r.c @@ -2,7 +2,7 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Reentrant time functions like localtime_r. - Copyright (C) 2003, 2006, 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2003, 2006-2007, 2010-2013 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 @@ -15,8 +15,7 @@ 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. */ + with this program; if not, see . */ /* Written by Paul Eggert. */ @@ -24,8 +23,6 @@ #include -#include - static struct tm * copy_tm_result (struct tm *dest, struct tm const *src) {