diff --git a/contrib/sdb/dir/dirdb.c b/contrib/sdb/dir/dirdb.c index 009b61896f..828f573d7e 100644 --- a/contrib/sdb/dir/dirdb.c +++ b/contrib/sdb/dir/dirdb.c @@ -15,7 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dirdb.c,v 1.7 2000/12/06 01:08:37 bwelling Exp $ */ +/* $Id: dirdb.c,v 1.8 2000/12/10 07:53:11 gson Exp $ */ + +/* + * A simple database driver that returns basic information about + * files and directories in the Unix file system as DNS data. + */ #include @@ -36,10 +41,6 @@ #include "dirdb.h" -/* - * A simple database driver that returns basic directory information. - */ - static dns_sdbimplementation_t *dirdb = NULL; #define CHECK(op) \ diff --git a/contrib/sdb/dirdb.c b/contrib/sdb/dirdb.c index 009b61896f..828f573d7e 100644 --- a/contrib/sdb/dirdb.c +++ b/contrib/sdb/dirdb.c @@ -15,7 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dirdb.c,v 1.7 2000/12/06 01:08:37 bwelling Exp $ */ +/* $Id: dirdb.c,v 1.8 2000/12/10 07:53:11 gson Exp $ */ + +/* + * A simple database driver that returns basic information about + * files and directories in the Unix file system as DNS data. + */ #include @@ -36,10 +41,6 @@ #include "dirdb.h" -/* - * A simple database driver that returns basic directory information. - */ - static dns_sdbimplementation_t *dirdb = NULL; #define CHECK(op) \ diff --git a/contrib/sdb/time/timedb.c b/contrib/sdb/time/timedb.c index a2514a7e2a..75fd5d53c6 100644 --- a/contrib/sdb/time/timedb.c +++ b/contrib/sdb/time/timedb.c @@ -15,7 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timedb.c,v 1.5 2000/12/06 00:59:08 bwelling Exp $ */ +/* $Id: timedb.c,v 1.6 2000/12/10 07:53:12 gson Exp $ */ + +/* + * A simple database driver that enables the server to return the + * current time in a DNS record. + */ #include @@ -33,11 +38,6 @@ #include "timedb.h" -/* - * A simple database driver that enables the server to return the - * current time in a DNS record. - */ - static dns_sdbimplementation_t *timedb = NULL; /* diff --git a/contrib/sdb/timedb.c b/contrib/sdb/timedb.c index a2514a7e2a..75fd5d53c6 100644 --- a/contrib/sdb/timedb.c +++ b/contrib/sdb/timedb.c @@ -15,7 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timedb.c,v 1.5 2000/12/06 00:59:08 bwelling Exp $ */ +/* $Id: timedb.c,v 1.6 2000/12/10 07:53:12 gson Exp $ */ + +/* + * A simple database driver that enables the server to return the + * current time in a DNS record. + */ #include @@ -33,11 +38,6 @@ #include "timedb.h" -/* - * A simple database driver that enables the server to return the - * current time in a DNS record. - */ - static dns_sdbimplementation_t *timedb = NULL; /*