aboutsummaryrefslogtreecommitdiff
path: root/bin/named/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/named/control.c')
-rw-r--r--bin/named/control.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/named/control.c b/bin/named/control.c
index c9d17abe0276..c4b5419f71a4 100644
--- a/bin/named/control.c
+++ b/bin/named/control.c
@@ -1,8 +1,8 @@
/*
- * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2001-2003 Internet Software Consortium.
*
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
@@ -15,15 +15,15 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: control.c,v 1.7.2.2.2.14 2005/04/29 01:04:47 marka Exp $ */
+/* $Id: control.c,v 1.7.2.2.2.16 2007/09/13 23:45:58 tbox Exp $ */
#include <config.h>
-#include <string.h>
#include <isc/app.h>
#include <isc/event.h>
#include <isc/mem.h>
+#include <isc/string.h>
#include <isc/timer.h>
#include <isc/util.h>