summaryrefslogtreecommitdiffstats
path: root/contrib/bind9/lib/dns/gen.c
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2007-06-02 23:21:47 +0000
committerdougb <dougb@FreeBSD.org>2007-06-02 23:21:47 +0000
commit6df9693fc1899de774712d6421c2fc401db2eadd (patch)
tree6e65ba28d6d850f4d5c07cd37f26842e97b4aecf /contrib/bind9/lib/dns/gen.c
parentfb8cb3b3a3d2367752c01dc81b68c0b7390f7760 (diff)
downloadFreeBSD-src-6df9693fc1899de774712d6421c2fc401db2eadd.zip
FreeBSD-src-6df9693fc1899de774712d6421c2fc401db2eadd.tar.gz
Vendor import of BIND 9.4.1
Diffstat (limited to 'contrib/bind9/lib/dns/gen.c')
-rw-r--r--contrib/bind9/lib/dns/gen.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/contrib/bind9/lib/dns/gen.c b/contrib/bind9/lib/dns/gen.c
index 1d83023..1e6212a 100644
--- a/contrib/bind9/lib/dns/gen.c
+++ b/contrib/bind9/lib/dns/gen.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004, 2006 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,9 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: gen.c,v 1.65.2.5.2.9 2006/10/02 06:31:26 marka Exp $ */
+/* $Id: gen.c,v 1.73.18.6 2006/10/02 06:36:43 marka Exp $ */
+
+/*! \file */
#ifdef WIN32
/*
@@ -123,6 +125,8 @@ const char copyright[] =
" *************** DO NOT EDIT!\n"
" ***************\n"
" ***************/\n"
+"\n"
+"/*! \\file */\n"
"\n";
#define TYPENAMES 256
@@ -168,7 +172,7 @@ sd(int, const char *, const char *, char);
void
insert_into_typenames(int, const char *, const char *);
-/*
+/*%
* If you use more than 10 of these in, say, a printf(), you'll have problems.
*/
char *
@@ -832,13 +836,10 @@ main(int argc, char **argv) {
} while (0)
for (cc = classes; cc != NULL; cc = cc->next) {
- if (cc->rdclass == 4) {
- PRINTCLASS("ch", 3);
+ if (cc->rdclass == 3)
PRINTCLASS("chaos", 3);
-
- } else if (cc->rdclass == 255) {
+ else if (cc->rdclass == 255)
PRINTCLASS("none", 254);
- }
PRINTCLASS(cc->classname, cc->rdclass);
}
OpenPOWER on IntegriCloud