diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2015-10-01 07:47:44 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2015-10-01 07:47:44 +0000 |
commit | ff14d03521a89636be959e65a21374951fe699ba (patch) | |
tree | f50c4271d12b6939db067758ade30df93a038a91 /lib/isccc/alist.c | |
parent | b04f5d3d3ff49c604e768add0cf35600b9eee074 (diff) |
Vendor import of BIND 9.9.8vendor/bind9/9.9.8
Sponsored by: DK Hostmaster A/S
Notes
Notes:
svn path=/vendor/bind9/dist/; revision=288438
svn path=/vendor/bind9/9.9.8/; revision=288439; tag=vendor/bind9/9.9.8
Diffstat (limited to 'lib/isccc/alist.c')
-rw-r--r-- | lib/isccc/alist.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/isccc/alist.c b/lib/isccc/alist.c index 4f1743ed4972..cec8b5e55030 100644 --- a/lib/isccc/alist.c +++ b/lib/isccc/alist.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -40,6 +40,7 @@ #include <isccc/alist.h> #include <isc/assertions.h> +#include <isc/print.h> #include <isccc/result.h> #include <isccc/sexpr.h> #include <isccc/util.h> @@ -50,7 +51,7 @@ #define ALIST_TAG "*alist*" #define MAX_INDENT 64 -static char spaces[MAX_INDENT + 1] = +static char spaces[MAX_INDENT + 1] = " "; isccc_sexpr_t * |