diff options
| author | christos <christos@NetBSD.org> | 2004-11-06 23:53:21 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2004-11-06 23:53:21 +0000 |
| commit | dfd98c8a16d53dff0d1bdca29bcddc6571054129 (patch) | |
| tree | 24f3891f470a8e79f037a71c4b43266f23767859 /dist/bind/lib/tests/t_api.c | |
| parent | aefec4290d9fd9e83eaf8b2b4ada33ff37ecaedb (diff) | |
Import bind-9.3.0
Diffstat (limited to 'dist/bind/lib/tests/t_api.c')
| -rw-r--r-- | dist/bind/lib/tests/t_api.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dist/bind/lib/tests/t_api.c b/dist/bind/lib/tests/t_api.c index 1401f655cd5..ac1ff43933d 100644 --- a/dist/bind/lib/tests/t_api.c +++ b/dist/bind/lib/tests/t_api.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_api.c,v 1.1.1.1 2004/05/17 23:45:12 christos Exp $ */ +/* $NetBSD: t_api.c,v 1.1.1.2 2004/11/06 23:56:02 christos Exp $ */ /* * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* Id: t_api.c,v 1.48.2.1.2.4 2004/03/08 09:05:13 marka Exp */ +/* Id: t_api.c,v 1.48.2.1.2.6 2004/08/28 06:25:27 marka Exp */ #include <config.h> @@ -35,6 +35,7 @@ #include <isc/boolean.h> #include <isc/commandline.h> +#include <isc/print.h> #include <isc/string.h> #include <dns/compress.h> @@ -392,6 +393,9 @@ t_result(int result) { case T_UNTESTED: p = "UNTESTED"; break; + case T_THREADONLY: + p = "THREADONLY"; + break; default: p = "UNKNOWN"; break; |
