# HG changeset patch # User Paul Eggert # Date 1358055443 28800 # Node ID 4dd985ff8805f470ccf09fa54918d6ab7db43971 # Parent ccd519631b2198b0d59b3984b180628b39745618 system-quote-tests: port to older Solaris Problem reported by Tom G. Christensen in . * tests/test-system-quote-child.c (fopen, fread): Undef. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2013-01-12 Paul Eggert + system-quote-tests: port to older Solaris + Problem reported by Tom G. Christensen in + . + * tests/test-system-quote-child.c (fopen, fread): Undef. + c-xvasprintf etc.: fix link errors on older Solaris These need to link with @LIBINTL@ to get libintl_gettext. Problem reported by Tom G. Christensen in diff --git a/tests/test-system-quote-child.c b/tests/test-system-quote-child.c --- a/tests/test-system-quote-child.c +++ b/tests/test-system-quote-child.c @@ -22,7 +22,9 @@ /* Do not use any gnulib replacements, since this program should link against as few libraries as possible. */ #undef fclose +#undef fopen #undef fprintf +#undef fread #define EXPECTED_DATA_FILE "t-sq-data.tmp"