diff --git a/lib/dns/config/confctx.c b/lib/dns/config/confctx.c index 7e251c1d1a..f713a0c6b2 100644 --- a/lib/dns/config/confctx.c +++ b/lib/dns/config/confctx.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confctx.c,v 1.84 2000/08/22 05:14:50 marka Exp $ */ +/* $Id: confctx.c,v 1.85 2000/08/22 17:36:31 gson Exp $ */ #include @@ -1660,7 +1660,7 @@ dns_c_ctx_optionsnew(isc_mem_t *mem, dns_c_options_t **options) #ifndef NOMINUM_PUBLIC opts->notifyacl = NULL; -#endif +#endif /* NOMINUM_PUBLIC */ opts->queryacl = NULL; opts->transferacl = NULL; opts->recursionacl = NULL; diff --git a/lib/dns/include/dns/confctx.h b/lib/dns/include/dns/confctx.h index 18e60006ff..0840876c9d 100644 --- a/lib/dns/include/dns/confctx.h +++ b/lib/dns/include/dns/confctx.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confctx.h,v 1.51 2000/08/22 05:14:56 marka Exp $ */ +/* $Id: confctx.h,v 1.52 2000/08/22 17:36:29 gson Exp $ */ #ifndef DNS_CONFCTX_H #define DNS_CONFCTX_H 1 @@ -204,7 +204,7 @@ struct dns_c_options { #ifndef NOMINUM_PUBLIC dns_c_ipmatchlist_t *notifyacl; -#endif +#endif /* NOMINUM_PUBLIC */ dns_c_ipmatchlist_t *queryacl; dns_c_ipmatchlist_t *transferacl; dns_c_ipmatchlist_t *recursionacl; diff --git a/lib/dns/include/dns/zone.h b/lib/dns/include/dns/zone.h index b13d726249..5cf3d48ba5 100644 --- a/lib/dns/include/dns/zone.h +++ b/lib/dns/include/dns/zone.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.h,v 1.72 2000/08/22 05:14:59 marka Exp $ */ +/* $Id: zone.h,v 1.73 2000/08/22 17:36:28 gson Exp $ */ #ifndef DNS_ZONE_H #define DNS_ZONE_H 1 @@ -559,7 +559,7 @@ dns_zone_setnotifyacl(dns_zone_t *zone, dns_acl_t *acl); * 'zone' to be a valid zone. * 'acl' to be a valid acl. */ -#endif +#endif /* NOMINUM_PUBLIC */ void dns_zone_setqueryacl(dns_zone_t *zone, dns_acl_t *acl); /* diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 1aa5b3a7f1..4d07b0d55f 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.c,v 1.193 2000/08/22 05:14:47 marka Exp $ */ +/* $Id: zone.c,v 1.194 2000/08/22 17:36:26 gson Exp $ */ #include @@ -3529,7 +3529,7 @@ dns_zone_setnotifyacl(dns_zone_t *zone, dns_acl_t *acl) { dns_acl_attach(acl, &zone->notify_acl); UNLOCK(&zone->lock); } -#endif +#endif /* NOMINUM_PUBLIC */ void dns_zone_setqueryacl(dns_zone_t *zone, dns_acl_t *acl) {