From d09197467bbb156dccf0cbe72bb5c63480d5cfdc Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 18 Mar 1999 21:21:31 +0000 Subject: [PATCH] Principle Authors: DCL --- lib/dns/dbtable.c | 6 ++++-- lib/dns/rbt.c | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lib/dns/dbtable.c b/lib/dns/dbtable.c index a566b9bd14..c05ece3426 100644 --- a/lib/dns/dbtable.c +++ b/lib/dns/dbtable.c @@ -15,6 +15,10 @@ * SOFTWARE. */ +/* $Id: dbtable.c,v 1.3 1999/03/18 21:21:31 tale Exp $ */ + +/* Principal Authors: DCL */ + #include #include @@ -190,5 +194,3 @@ dns_dbtable_find(dns_dbtable_t *dbtable, dns_name_t *name, dns_db_t **dbp) { return (result); } - -/* DCL */ diff --git a/lib/dns/rbt.c b/lib/dns/rbt.c index 365922a265..3b0cacf164 100644 --- a/lib/dns/rbt.c +++ b/lib/dns/rbt.c @@ -15,6 +15,10 @@ * SOFTWARE. */ + /* $Id: rbt.c,v 1.28 1999/03/18 21:20:46 tale Exp $ */ + +/* Principal Authors: DCL */ + #include #include @@ -1677,5 +1681,3 @@ dns_rbt_printall(dns_rbt_t *rbt) { dns_rbt_printtree(rbt->root, NULL, 0); } - -/* DCL */