On Tuesday 27 April 2010 23:41:08 Eric Blake wrote: > On 04/27/2010 03:23 PM, Andreas Gruenbacher wrote: > > * lib/utimens.c: On some systems, the timestamp parameter of > > utimens(2) is not declared as a const *; avoid warnings in that case. > > utimes(2), not utimens(2).
Oops, yes. > Which system(s)? Tru64. > At any rate, since we (intentionally) don't provide a gnulib replacement for > utimes (preferring instead to recommend the nanosecond interfaces), this > looks like the right fix. Thanks for the review! Andreas