diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:15:23 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:15:23 -0600 |
commit | 708dfaae929e0746a1e6fb5100d2c74036e45adf (patch) | |
tree | 8e41d12e0a398d83e4b055867ea794f50d3dc337 /bin/tests/cfg_test.c | |
parent | 00fa0dd5b9bb17deb8d2e96a2bc4234abaa9d5ac (diff) | |
download | bind9-708dfaae929e0746a1e6fb5100d2c74036e45adf.tar.gz |
9.3.0beta2
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 1bb8d3bf..a4bb5d3b 100644 --- a/bin/tests/cfg_test.c +++ b/bin/tests/cfg_test.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") - * Copyright (C) 2001 Internet Software Consortium. + * Copyright (C) 2001, 2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cfg_test.c,v 1.11.2.2 2004/03/09 06:09:30 marka Exp $ */ +/* $Id: cfg_test.c,v 1.11.2.1.10.3 2004/03/08 04:04:24 marka Exp $ */ #include <config.h> @@ -26,7 +26,7 @@ #include <isc/string.h> #include <isc/util.h> -#include <isccfg/cfg.h> +#include <isccfg/namedconf.h> #include <dns/log.h> |