mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-03 15:43:51 +00:00
use more gnulib modules
* bootstrap: use more gnulib modules: close, connect, perror, recv, send, socket setsockopt, gethostname.
This commit is contained in:
parent
cabb75c503
commit
c54eb963dd
@ -1,3 +1,9 @@
|
|||||||
|
Tue Oct 28 10:22:45 +0100 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
|
use more gnulib modules
|
||||||
|
* bootstrap: use more gnulib modules: close, connect, perror, recv,
|
||||||
|
send, socket setsockopt, gethostname.
|
||||||
|
|
||||||
Tue Oct 28 10:22:44 +0100 2008 Jim Meyering <meyering@redhat.com>
|
Tue Oct 28 10:22:44 +0100 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
adapt to API change in gnulib
|
adapt to API change in gnulib
|
||||||
|
@ -66,16 +66,25 @@ gnulib_tool=$GNULIB_SRCDIR/gnulib-tool
|
|||||||
|
|
||||||
modules='
|
modules='
|
||||||
c-ctype
|
c-ctype
|
||||||
|
close
|
||||||
|
connect
|
||||||
getaddrinfo
|
getaddrinfo
|
||||||
|
gethostname
|
||||||
getpass
|
getpass
|
||||||
gettext
|
gettext
|
||||||
inet_pton
|
inet_pton
|
||||||
mkstemp
|
mkstemp
|
||||||
mktempd
|
mktempd
|
||||||
|
perror
|
||||||
physmem
|
physmem
|
||||||
poll
|
poll
|
||||||
posix-shell
|
posix-shell
|
||||||
|
recv
|
||||||
|
send
|
||||||
|
setsockopt
|
||||||
|
socket
|
||||||
strndup
|
strndup
|
||||||
|
strerror
|
||||||
strsep
|
strsep
|
||||||
sys_stat
|
sys_stat
|
||||||
useless-if-before-free
|
useless-if-before-free
|
||||||
|
Loading…
x
Reference in New Issue
Block a user