The gnulib-update patch I pushed yesterday induced a coreutils build failure with --enable-gcc-warnings. This fixes it. Thanks to Bruno Haible for the quick fix.
(oops: s/link/compile/) >From bec8920923fc3505606b92e4cf732afa714c63c5 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Wed, 28 Sep 2011 08:07:24 +0200 Subject: [PATCH] tests: update gnulib to latest, to fix test link failure --- gnulib | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnulib b/gnulib index 14cbee7..bd35a4e 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 14cbee7bc09e5dee154aeb009510c22c02ad69b7 +Subproject commit bd35a4e10e52b9fbe25b7280c3c4d9ef4b144c8a -- 1.7.7.rc0.362.g5a14
