X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Futimecmp.c;h=051d03a10f3aa0045b60acbd6a07e7eb65bd9fb9;hb=5d0b385594bc914e6233988bfb6bc1b92a2184b5;hp=b42e71fa83238ac37f093239d5b69db44fef9519;hpb=82ff49b55425e14156a89f4d2ab4267409665f54;p=gnulib.git diff --git a/lib/utimecmp.c b/lib/utimecmp.c index b42e71fa8..051d03a10 100644 --- a/lib/utimecmp.c +++ b/lib/utimecmp.c @@ -1,6 +1,6 @@ /* utimecmp.c -- compare file time stamps - Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007 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 @@ -18,9 +18,7 @@ /* Written by Paul Eggert. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "utimecmp.h" @@ -28,10 +26,10 @@ #include #include #include +#include #include "hash.h" #include "intprops.h" #include "stat-time.h" -#include "timespec.h" #include "utimens.h" #include "verify.h" #include "xalloc.h" @@ -40,10 +38,6 @@ # define MAX(a, b) ((a) > (b) ? (a) : (b)) #endif -#ifndef SIZE_MAX -# define SIZE_MAX ((size_t) -1) -#endif - enum { BILLION = 1000 * 1000 * 1000 }; /* Best possible resolution that utimens can set and stat can return,