summaryrefslogtreecommitdiffstats
path: root/daemon/.gitignore
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-11-25 12:17:10 +0000
committerRichard Jones <rjones@redhat.com>2009-11-25 16:28:26 +0000
commitb3035e8d7c04a71d9a54ab7e52bc9e169ecf0b47 (patch)
treed950a0222029356a4cc3b6f38e632c7c8cb4f670 /daemon/.gitignore
parent25081d62684eea9e704ecc0a0a15d2421b203356 (diff)
downloadlibguestfs-b3035e8d7c04a71d9a54ab7e52bc9e169ecf0b47.tar.gz
libguestfs-b3035e8d7c04a71d9a54ab7e52bc9e169ecf0b47.tar.xz
libguestfs-b3035e8d7c04a71d9a54ab7e52bc9e169ecf0b47.zip
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.
Diffstat (limited to 'daemon/.gitignore')
-rw-r--r--daemon/.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/daemon/.gitignore b/daemon/.gitignore
index d66fb9f0..91681428 100644
--- a/daemon/.gitignore
+++ b/daemon/.gitignore
@@ -7,6 +7,7 @@ m4/arpa_inet_h.m4
m4/canonicalize-lgpl.m4
m4/chdir-long.m4
m4/chown.m4
+m4/clock_time.m4
m4/close.m4
m4/codeset.m4
m4/d-ino.m4
@@ -29,6 +30,7 @@ m4/fcntl_h.m4
m4/fdopendir.m4
m4/float_h.m4
m4/fnmatch.m4
+m4/futimens.m4
m4/getcwd-abort-bug.m4
m4/getcwd-path-max.m4
m4/getcwd.m4
@@ -36,6 +38,7 @@ m4/getdelim.m4
m4/getgroups.m4
m4/getline.m4
m4/getlogin_r.m4
+m4/gettime.m4
m4/gettimeofday.m4
m4/getpagesize.m4
m4/getugroups.m4
@@ -118,11 +121,16 @@ m4/sys_time_h.m4
m4/sys_wait_h.m4
m4/tempname.m4
m4/time_h.m4
+m4/timespec.m4
m4/unistd-safer.m4
m4/unistd_h.m4
m4/unlink.m4
m4/unlinkdir.m4
m4/usleep.m4
+m4/utimbuf.m4
+m4/utimecmp.m4
+m4/utimens.m4
+m4/utimes.m4
m4/vasnprintf.m4
m4/vasprintf.m4
m4/warnings.m4