[libvirt] [PATCH 06/17] use more gnulib modules

Jim Meyering jim at meyering.net
Tue Oct 28 11:21:22 UTC 2008


From: Jim Meyering <meyering at redhat.com>

* bootstrap: use more gnulib modules: close, connect, perror, recv,
send, socket setsockopt, gethostname.
---
 bootstrap |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/bootstrap b/bootstrap
index f8fcb30..22282d6 100755
--- a/bootstrap
+++ b/bootstrap
@@ -66,16 +66,25 @@ gnulib_tool=$GNULIB_SRCDIR/gnulib-tool

 modules='
 c-ctype
+close
+connect
 getaddrinfo
+gethostname
 getpass
 gettext
 inet_pton
 mkstemp
 mktempd
+perror
 physmem
 poll
 posix-shell
+recv
+send
+setsockopt
+socket
 strndup
+strerror
 strsep
 sys_stat
 useless-if-before-free
-- 
1.6.0.3.756.gb776d




More information about the libvir-list mailing list