use more gnulib modules

* bootstrap: use more gnulib modules: close, connect, perror, recv,
send, socket setsockopt, gethostname.
This commit is contained in:
Jim Meyering 2008-10-28 17:46:07 +00:00
parent cabb75c503
commit c54eb963dd
2 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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