Gnulib: Add arpa-inet and netinet-in modules.

This commit is contained in:
Richard Jones
2009-09-21 15:27:02 +01:00
parent 8b217a87bf
commit dcb5aa0183
2 changed files with 6 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ gnulib_tool=$GNULIB_SRCDIR/gnulib-tool
(cd daemon && mkdir -p tests lib && ../$gnulib_tool --update)
modules='
arpa_inet
closeout
gitlog-to-changelog
gnu-make
@@ -64,6 +65,7 @@ gnumakefile
ignore-value
maintainer-makefile
manywarnings
netinet_in
progname
strchrnul
strerror

4
m4/.gitignore vendored
View File

@@ -86,3 +86,7 @@ xsize.m4
/wctob.m4
/wctype.m4
/xalloc.m4
/arpa_inet_h.m4
/netinet_in_h.m4
/sockpfaf.m4
/sys_socket_h.m4