2011/4/29 Eric Blake <eblake(a)redhat.com>:
* .gnulib: Update to latest, for getaddrinfo fixes.
Reported by Matthias Bolte.
---
As promised, I've done the gnulib side of the mingw cleanups
affecting the issues Matthias found with 0.9.1-rc1.
Oh, and now that gnulib getcwd-lgpl exists, we could use it
to fix our uses of getcwd(NULL,0), followup coming later.
* .gnulib 7d06b32...74175b9 (29):
> getaddrinfo: fix gai_strerror signature
> getsockopt: avoid compiler warning
> tests: drop unused link dependency
> hash, mgetgroups: drop xalloc dependency
> xalloc-oversized: new module
> utimecmp: drop dependency on xmalloc
> getcwd: fix mingw bugs
> Typo in comment.
> mkstemps: Ensure declaration on MacOS X 10.5.
> mkstemp: More documentation.
> mkstemp: Tweak configure message when cross-compiling.
> clean-temp: Clarify what it does.
> fchdir: avoid extra chdir and fix test
> filenamecat-lgpl: fix licence
> linkat, renameat: add missing dependency
> tests: reduce dependencies
> save-cwd: reduce default dependency
> getcwd: enhance tests
> getcwd-lgpl: new module
> getcwd: tweak comments
> mkstemp: replace if system version uses wrong permissions
> passfd: avoid compiler warning
> Change gnulib-tool to support NetBSD's join
> mkstemp: mention clean-temp module
> inttypes: also provide default values for 32-bit tests
> strtoumax: remove dependency on strtoimax
> inttypes-incomplete: new module
> inttypes: omit now-redundant strtoimax and strtoumax work
> strtoimax, strtoumax: simplify, port to HP-UX 11.00 64-bit
.gnulib | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.gnulib b/.gnulib
index 7d06b32..74175b9 160000
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit 7d06b32684363a39fae65c616b84bc7589768106
+Subproject commit 74175b903b1716c1677658e45fa69ef1fbc99015
Compiles fine on mingw now, ACK.
Matthias