diff options
author | Internet Software Consortium, Inc <@isc.org> | 2011-11-01 14:44:50 -0600 |
---|---|---|
committer | Internet Software Consortium, Inc <@isc.org> | 2011-11-01 14:44:50 -0600 |
commit | 15c17fb71db9b8f876da1be5e6ddbba25ce61aba (patch) | |
tree | 8f808bcda25300ee1b2bbb66f7fb49ab3a01027a /bin/tests/cfg_test.c | |
parent | 0985d8a79623e77e4d2c801a661d1b1180f41285 (diff) | |
download | bind9-15c17fb71db9b8f876da1be5e6ddbba25ce61aba.tar.gz |
9.9.0a2
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 9fb74cf3..461b80ab 100644 --- a/bin/tests/cfg_test.c +++ b/bin/tests/cfg_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009-2011 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.23 2010-01-11 23:48:37 tbox Exp $ */ +/* $Id: cfg_test.c,v 1.25 2011-09-05 23:46:54 tbox 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) isc_util_fwrite(text, 1, textlen, stdout); + (void) fwrite(text, 1, textlen, stdout); } static void |