From ee98af508e8628e0925fddd1de893f394f256c12 Mon Sep 17 00:00:00 2001 From: "Internet Software Consortium, Inc" <@isc.org> Date: Thu, 28 Jan 2010 05:35:29 -0700 Subject: 9.7.0rc2 --- bin/tests/cfg_test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/tests/cfg_test.c') diff --git a/bin/tests/cfg_test.c b/bin/tests/cfg_test.c index 25a372cf..d26121f3 100644 --- a/bin/tests/cfg_test.c +++ b/bin/tests/cfg_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001, 2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cfg_test.c,v 1.21 2009/03/02 23:47:43 tbox Exp $ */ +/* $Id: cfg_test.c,v 1.21.154.1 2010/01/13 19:31:52 each Exp $ */ /*! \file */ @@ -49,7 +49,7 @@ check_result(isc_result_t result, const char *format, ...) { static void output(void *closure, const char *text, int textlen) { UNUSED(closure); - (void) fwrite(text, 1, textlen, stdout); + (void) isc_util_fwrite(text, 1, textlen, stdout); } static void -- cgit v1.2.3