X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fptimer.c;h=c06e8b90cee326cf1338a21173c7c7ad97a20fdb;hp=88ad049dbc204ccf777d9caaa4b59de1dd6a5a8e;hb=2f6aa1d7417df1dfc58597777686fbd77179b9fd;hpb=c3135bea586a81bed0091813945b3a063a50607f diff --git a/src/ptimer.c b/src/ptimer.c index 88ad049d..c06e8b90 100644 --- a/src/ptimer.c +++ b/src/ptimer.c @@ -1,5 +1,6 @@ /* Portable timers. - Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software + Foundation, Inc. This file is part of GNU Wget. @@ -56,9 +57,7 @@ as that of the covered work. */ #include #include #include -#ifdef HAVE_UNISTD_H -# include -#endif +#include #include #ifdef HAVE_SYS_TIME_H # include @@ -352,7 +351,7 @@ ptimer_reset (struct ptimer *pt) } /* Measure the elapsed time since timer creation/reset. This causes - the timer to internally call clock_gettime (or gettimeofday, etc.) + the timer to internally call clock_gettime (or gettimeofday, etc.) to update its idea of current time. The time is returned, but is also stored for later access through ptimer_read().