From: Bruno Haible Date: Fri, 17 Jun 2011 16:08:21 +0000 (+0200) Subject: spawn-pipe tests: Fix link error. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5b824ef9f8ed062afd0281722d4608f02b2437a;p=pspp spawn-pipe tests: Fix link error. * tests/test-spawn-pipe-child.c: Undefine fprintf. Reported by Tom G. Christensen . --- diff --git a/ChangeLog b/ChangeLog index e877761853..5d91bba9a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. diff --git a/tests/test-spawn-pipe-child.c b/tests/test-spawn-pipe-child.c index 7cef8846fb..99294914e5 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