diff options
author | Wlodek Wencel <wlodek@isc.org> | 2022-01-25 18:57:28 +0100 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2022-01-25 18:57:28 +0100 |
commit | e9d37e26897a349f8483092fd0305ea03a97b0e2 (patch) | |
tree | 5ccf3e3afaee5c9cbce00d23db33c4af019de32b /includes/tree.h | |
parent | 8eec892acc041bbdb361d1c1ac36a26b3d3cc2db (diff) | |
parent | 3d53b2f2a0369c2af83c738d4e8194077315cbb4 (diff) | |
download | isc-dhcp-v4_4.tar.gz |
Diffstat (limited to 'includes/tree.h')
-rw-r--r-- | includes/tree.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/includes/tree.h b/includes/tree.h index c8cce4b2..896072b8 100644 --- a/includes/tree.h +++ b/includes/tree.h @@ -3,7 +3,7 @@ Definitions for address trees... */ /* - * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2022 Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * * This Source Code Form is subject to the terms of the Mozilla Public @@ -19,8 +19,8 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * * Internet Systems Consortium, Inc. - * 950 Charter Street - * Redwood City, CA 94063 + * PO Box 360 + * Newmarket, NH 03857 USA * <info@isc.org> * https://www.isc.org/ * @@ -47,7 +47,7 @@ struct enumeration { const char *name; unsigned width; struct enumeration_value *values; -}; +}; /* Tree node types... */ #define TREE_CONCAT 1 @@ -69,7 +69,7 @@ struct buffer { XXX ephemeral by default and be made a persistent reference explicitly. */ /* XXX on the other hand, it seems to work pretty nicely, so maybe the XXX above comment is meshuggenah. */ -/* XXX I think the above comment tries to say this: +/* XXX I think the above comment tries to say this: XXX http://tinyurl.com/2tjqre */ /* A string of data bytes, possibly accompanied by a larger buffer. */ @@ -281,7 +281,7 @@ struct expression { } data; int flags; # define EXPR_EPHEMERAL 1 -}; +}; /* DNS host entry structure... */ struct dns_host_entry { |