X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ftime_r.c;h=97be6c200f53aaaee7aa39c46655728a61b52a3d;hb=effe7821374f8b7e22e9de3df9cc4e5f285712bd;hp=2b7269284468991a9dc9fb27186b0043918a800d;hpb=3ac9552429c5a500717e1d3d129c32f7d0ea37a3;p=gnulib.git diff --git a/lib/time_r.c b/lib/time_r.c index 2b7269284..97be6c200 100644 --- a/lib/time_r.c +++ b/lib/time_r.c @@ -1,6 +1,6 @@ /* Reentrant time functions like localtime_r. - Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2003, 2006-2007, 2010-2011 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 @@ -22,8 +22,6 @@ #include -#include - static struct tm * copy_tm_result (struct tm *dest, struct tm const *src) {