diff --git a/lib/dns/include/dns/log.h b/lib/dns/include/dns/log.h index 01987968d4..3446a28c43 100644 --- a/lib/dns/include/dns/log.h +++ b/lib/dns/include/dns/log.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.h,v 1.23 2000/08/01 01:24:17 tale Exp $ */ +/* $Id: log.h,v 1.24 2000/09/26 22:14:34 bwelling Exp $ */ /* Principal Authors: DCL */ @@ -91,8 +91,6 @@ dns_log_setcontext(isc_log_t *lctx); * * Requires: * lctx is a valid logging context. - * - * dns_log_setcontext() is called only once. */ ISC_LANG_ENDDECLS diff --git a/lib/isc/include/isc/log.h b/lib/isc/include/isc/log.h index d0d815a8f6..f8a324a9cf 100644 --- a/lib/isc/include/isc/log.h +++ b/lib/isc/include/isc/log.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.h,v 1.28 2000/08/01 01:30:23 tale Exp $ */ +/* $Id: log.h,v 1.29 2000/09/26 22:14:35 bwelling Exp $ */ #ifndef ISC_LOG_H #define ISC_LOG_H 1 @@ -823,7 +823,6 @@ isc_log_setcontext(isc_log_t *lctx); * * Requires: * lctx be a valid context. - * This function must not have been previously called. */ ISC_LANG_ENDDECLS