mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
moved driver description comments closer to top of file and edited some of them
This commit is contained in:
@@ -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 <config.h>
|
||||
|
||||
@@ -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) \
|
||||
|
@@ -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 <config.h>
|
||||
|
||||
@@ -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) \
|
||||
|
@@ -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 <config.h>
|
||||
|
||||
@@ -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;
|
||||
|
||||
/*
|
||||
|
@@ -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 <config.h>
|
||||
|
||||
@@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user