X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-gettimeofday.c;h=892b18829c96d1b6cc90ff2234d923d156f40faf;hb=9c9a9765811eb1e698517065953e09d6b8c07400;hp=50897a12221e1fca5193665aca8b9996f0dbfcf8;hpb=fc0de83a1e5cca98557f603670284f247b34f491;p=gnulib.git diff --git a/tests/test-gettimeofday.c b/tests/test-gettimeofday.c index 50897a122..892b18829 100644 --- a/tests/test-gettimeofday.c +++ b/tests/test-gettimeofday.c @@ -1,11 +1,11 @@ /* - * Copyright (C) 2005 Free Software Foundation + * Copyright (C) 2005, 2007 Free Software Foundation * Written by Jim Meyering. * - * This program is free software; you can redistribute it and/or modify + * 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 - * the Free Software Foundation; either version 2, or (at your option) - * any later version. + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,34 +13,19 @@ * 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 . */ -#if HAVE_CONFIG_H -# include -#endif +#include + +#include +#include #include #include -#if TIME_WITH_SYS_TIME -# include -# include -#else -# if HAVE_SYS_TIME_H -# include -# else -# include -# endif -#endif - -#include "gettimeofday.h" - int main (int argc, char *argv[]) { - suseconds_t dummy = 0; /* just to test if this type is available */ time_t t = 0; struct tm *lt; struct tm saved_lt;