X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fsettime.c;h=04f241d08db9569a8039bb14511d58bc53f499bc;hb=4430dd023d6c2b7b63a87fa62dcc2360c5a34a12;hp=366a298d045486af345f01480bd090d1a7bc354d;hpb=9de26050ef8a950fd62ebadeeab2eb7505631028;p=gnulib.git diff --git a/lib/settime.c b/lib/settime.c index 366a298d0..04f241d08 100644 --- a/lib/settime.c +++ b/lib/settime.c @@ -1,7 +1,6 @@ /* settime -- set the system clock - Copyright (C) 2002, 2004, 2005, 2006, 2007, 2009 Free Software - Foundation, Inc. + Copyright (C) 2002, 2004-2007, 2009-2012 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 @@ -50,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