daemon: Use gnulib futimens module.
authorRichard Jones <rjones@redhat.com>
Wed, 25 Nov 2009 12:17:10 +0000 (12:17 +0000)
committerRichard Jones <rjones@redhat.com>
Wed, 25 Nov 2009 16:28:26 +0000 (16:28 +0000)
commitb3035e8d7c04a71d9a54ab7e52bc9e169ecf0b47
treed950a0222029356a4cc3b6f38e632c7c8cb4f670
parent25081d62684eea9e704ecc0a0a15d2421b203356
daemon: Use gnulib futimens module.

Instead of checking for futimens support and falling back
(incorrectly in one case) to using futimes, use gnulib's
module.

However the gnulib module does not yet support Win32, so
this change is only really useful on platforms like RHEL 5.
daemon/.gitignore
daemon/configure.ac
daemon/file.c
daemon/m4/gnulib-cache.m4
daemon/utimens.c