X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsettime.c;h=a61333f25fa9ed73fc051e4ef229d6a7ccfd5430;hb=84d1749c4b5ad026522be96537320556ec6f7a57;hp=bd8f10f9dcdd3a0f3d623d4f3a86772ebead9759;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/lib/settime.c b/lib/settime.c index bd8f10f9d..a61333f25 100644 --- a/lib/settime.c +++ b/lib/settime.c @@ -1,6 +1,6 @@ /* settime -- set the system clock - Copyright (C) 2002, 2004-2007, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 2002, 2004-2007, 2009-2013 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 @@ -49,7 +49,7 @@ settime (struct timespec const *ts) } #elif HAVE_STIME /* This fails to compile on OSF1 V5.1, due to stime requiring - a `long int*' and tv_sec is `int'. But that system does provide + a 'long int*' and tv_sec is 'int'. But that system does provide settimeofday. */ return stime (&ts->tv_sec); #else