diff options
author | Richard Jones <rjones@redhat.com> | 2009-11-25 11:59:20 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-11-25 16:28:26 +0000 |
commit | 25081d62684eea9e704ecc0a0a15d2421b203356 (patch) | |
tree | 66aa8c247d595b1cdf29a494add66e976778d521 /daemon | |
parent | fdbc5aa711dde73eb448fbe13165c00a44272d00 (diff) | |
download | libguestfs-25081d62684eea9e704ecc0a0a15d2421b203356.tar.gz libguestfs-25081d62684eea9e704ecc0a0a15d2421b203356.tar.xz libguestfs-25081d62684eea9e704ecc0a0a15d2421b203356.zip |
daemon/Win32: Use gnulib pread module.
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/.gitignore | 2 | ||||
-rw-r--r-- | daemon/m4/gnulib-cache.m4 | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/daemon/.gitignore b/daemon/.gitignore index a55d996e..d66fb9f0 100644 --- a/daemon/.gitignore +++ b/daemon/.gitignore @@ -81,6 +81,8 @@ m4/open.m4 m4/openat.m4 m4/pathmax.m4 m4/perror.m4 +m4/pread.m4 +m4/printf.m4 m4/priv-set.m4 m4/rawmemchr.m4 m4/readlink.m4 diff --git a/daemon/m4/gnulib-cache.m4 b/daemon/m4/gnulib-cache.m4 index 619b89b7..edb8a07b 100644 --- a/daemon/m4/gnulib-cache.m4 +++ b/daemon/m4/gnulib-cache.m4 @@ -29,6 +29,7 @@ gl_MODULES([ mkdtemp netdb openat + pread readlink select sleep |