Re: gnulib, as part of coreutils-8.21, some changes needed

2013-03-04 Thread Paul Eggert
Thanks, I pushed the following gnulib patch: --- ChangeLog | 8 m4/non-recursive-gnulib-prefix-hack.m4 | 3 --- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 725fe13..0d2715c 100644 --- a/ChangeLog +++ b/ChangeLog

RE: gnulib, as part of coreutils-8.21, some changes needed

2013-03-04 Thread Joachim Schmitz
Hi folks In an attempt to port coreutils 8.21 to HP-NonStop I stumbled accross a couple problems, here are my fixes to them: I had to tweak configure like this diff -EBbu ./configure.orig ./configure --- ./configure.orig2013-02-14 09:54:18 -0600 +++ ./configure 2013-02-18 11:04:51 -0600 @@

[PATCH] test-getsockopt: avoid compiler warning

2013-03-04 Thread Eric Blake
test-getsockopt.c: In function 'main': test-getsockopt.c:48:5: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] * tests/test-getsockopt.c (includes): Ensure close is declared. Signed-off-by: Eric Blake --- Pushing. ChangeLog | 5 + tests/t