Richard W.M. Jones
2009-Nov-26 11:31 UTC
[Libguestfs] [PATCH] daemon/Win32: Use Gnulib perror module.
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2v -------------- next part -------------->From b76462f7433d064019382992163e3553c7906ee7 Mon Sep 17 00:00:00 2001From: Richard Jones <rjones at redhat.com> Date: Thu, 26 Nov 2009 11:13:00 +0000 Subject: [PATCH 1/2] daemon/Win32: Use Gnulib perror module. --- daemon/m4/gnulib-cache.m4 | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/daemon/m4/gnulib-cache.m4 b/daemon/m4/gnulib-cache.m4 index bba5744..01da897 100644 --- a/daemon/m4/gnulib-cache.m4 +++ b/daemon/m4/gnulib-cache.m4 @@ -15,7 +15,7 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --no-libtool --macro-prefix=gl c-ctype fsusage futimens getaddrinfo getline glob hash ignore-value manywarnings mkdtemp netdb openat pread readlink select sleep strchrnul strndup sys_select sys_wait vasprintf warnings +# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --no-libtool --macro-prefix=gl c-ctype fsusage futimens getaddrinfo getline glob hash ignore-value manywarnings mkdtemp netdb openat perror pread readlink select sleep strchrnul strndup sys_select sys_wait vasprintf warnings # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) @@ -32,6 +32,7 @@ gl_MODULES([ mkdtemp netdb openat + perror pread readlink select -- 1.6.5.2
Jim Meyering
2009-Nov-26 11:42 UTC
[Libguestfs] [PATCH] daemon/Win32: Use Gnulib perror module.
Richard W.M. Jones wrote: ...> Subject: [PATCH 1/2] daemon/Win32: Use Gnulib perror module. > diff --git a/daemon/m4/gnulib-cache.m4 b/daemon/m4/gnulib-cache.m4...> + perror > pread > readlink > selectACK