X-Git-Url: https://git.cworth.org/git?p=tar;a=blobdiff_plain;f=gnu%2Ftime_r.c;fp=gnu%2Ftime_r.c;h=ff0a5277c2346e26f49cc6b6c32625d004bd9d0a;hp=0c3477a1c1573eb1f883da7a1041e51f42f0302a;hb=b414e25de8ca49d7567a92c203d431383ec57c83;hpb=29ece34f44a27750bbfd76154ad9882580453dc7 diff --git a/gnu/time_r.c b/gnu/time_r.c index 0c3477a..ff0a527 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 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 @@ -24,8 +24,6 @@ #include -#include - static struct tm * copy_tm_result (struct tm *dest, struct tm const *src) {