From d5b824ef9f8ed062afd0281722d4608f02b2437a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 17 Jun 2011 18:08:21 +0200 Subject: [PATCH] spawn-pipe tests: Fix link error. * tests/test-spawn-pipe-child.c: Undefine fprintf. Reported by Tom G. Christensen . --- ChangeLog | 6 ++++++ tests/test-spawn-pipe-child.c | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index e87776185..5d91bba9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-06-17 Bruno Haible + spawn-pipe tests: Fix link error. + * tests/test-spawn-pipe-child.c: Undefine fprintf. + Reported by Tom G. Christensen . + +2011-06-17 Bruno Haible + Tests: Remove unnecessary dependency. * modules/canonicalize-tests (Depends-on): Remove progname. * modules/chown-tests (Depends-on): Likewise. diff --git a/tests/test-spawn-pipe-child.c b/tests/test-spawn-pipe-child.c index 7cef8846f..99294914e 100644 --- a/tests/test-spawn-pipe-child.c +++ b/tests/test-spawn-pipe-child.c @@ -46,6 +46,7 @@ static FILE *myerr; #undef fcntl #undef fdopen #undef fflush +#undef fprintf #undef read #undef write -- 2.11.0