diff options
author | Internet Software Consortium, Inc <@isc.org> | 2010-01-28 05:35:29 -0700 |
---|---|---|
committer | Internet Software Consortium, Inc <@isc.org> | 2010-01-28 05:35:29 -0700 |
commit | ee98af508e8628e0925fddd1de893f394f256c12 (patch) | |
tree | 13cc91474e5135aea9d9621b83b7a92333c77252 /bin/tests/cfg_test.c | |
parent | 2d27fb027f207bdec109fad8c9c65f9d6278b3db (diff) | |
download | bind9-ee98af508e8628e0925fddd1de893f394f256c12.tar.gz |
9.7.0rc2
Diffstat (limited to 'bin/tests/cfg_test.c')
-rw-r--r-- | bin/tests/cfg_test.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 |