From 8eeefe4671c0d3afa440fcd6f4e08c4ce4a8baf3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 29 May 2012 07:50:21 -0700 Subject: [PATCH] system-quote-tests: port to CentOS 5 Problem reported by Tom G. Christensen in . * tests/test-system-quote-child.c (fclose, fprintf): Undef. --- ChangeLog | 7 +++++++ tests/test-system-quote-child.c | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1fb9e3e17..4dc5c1ec0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-05-29 Paul Eggert + + system-quote-tests: port to CentOS 5 + Problem reported by Tom G. Christensen in + . + * tests/test-system-quote-child.c (fclose, fprintf): Undef. + 2012-05-29 Jim Meyering maint: fix typos in comments and ChangeLog diff --git a/tests/test-system-quote-child.c b/tests/test-system-quote-child.c index 9b63de088..29c366f06 100644 --- a/tests/test-system-quote-child.c +++ b/tests/test-system-quote-child.c @@ -19,6 +19,11 @@ #include #include +/* Do not use any gnulib replacements, since this program should + link against as few libraries as possible. */ +#undef fclose +#undef fprintf + #define EXPECTED_DATA_FILE "t-sq-data.tmp" int -- 2.11.0