utimens: avoid compiler warning
authorAndreas Gruenbacher <agruen@suse.de>
Wed, 28 Apr 2010 16:32:46 +0000 (10:32 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 28 Apr 2010 16:32:46 +0000 (10:32 -0600)
commit2f2db8cbc28ec95c742c3513bf508d073c714165
tree797dc72e7be9aec303999939e92790491f46f819
parent2b08ed06f030a482b95752c054ac6d5db32b28c1
utimens: avoid compiler warning

* lib/utimens.c: On Tru64, the timestamp parameter of utimens(2)
is not declared as a const *; avoid warnings in that case.

Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
lib/utimens.c