summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-10-26 13:00:46 +0000
committerRichard Jones <rjones@redhat.com>2009-10-26 15:09:06 +0000
commit74bde73d5c60c13b894fa60fff680a447499c884 (patch)
tree382fc92891e690287f9fe5ff52d5ce764e71046b /m4
parent9add3c10a3b769e309f476bd0fd05e2a7126d31d (diff)
downloadlibguestfs-74bde73d5c60c13b894fa60fff680a447499c884.tar.gz
libguestfs-74bde73d5c60c13b894fa60fff680a447499c884.tar.xz
libguestfs-74bde73d5c60c13b894fa60fff680a447499c884.zip
daemon: Change chdir to use openat/fdopendir.
Uses Gnulib implementation of openat which should be portable.
Diffstat (limited to 'm4')
-rw-r--r--m4/.gitignore33
1 files changed, 33 insertions, 0 deletions
diff --git a/m4/.gitignore b/m4/.gitignore
index f158aa33..d5082d73 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -90,3 +90,36 @@ xsize.m4
/netinet_in_h.m4
/sockpfaf.m4
/sys_socket_h.m4
+/canonicalize-lgpl.m4
+/chdir-long.m4
+/chown.m4
+/close.m4
+/d-ino.m4
+/dirent_h.m4
+/dirfd.m4
+/dirname.m4
+/dos.m4
+/double-slash-root.m4
+/dup2.m4
+/fchdir.m4
+/fclose.m4
+/fcntl-safer.m4
+/fcntl_h.m4
+/getcwd-abort-bug.m4
+/getcwd-path-max.m4
+/getcwd.m4
+/lchown.m4
+/lstat.m4
+/malloc.m4
+/mempcpy.m4
+/memrchr.m4
+/mode_t.m4
+/open.m4
+/openat.m4
+/pathmax.m4
+/readlink.m4
+/save-cwd.m4
+/sys_stat_h.m4
+/unistd-safer.m4
+/xgetcwd.m4
+/xstrndup.m4