mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 08:22:04 -04:00
moved driver description comments closer to top of file and edited some of them
This commit is contained in:
parent
740af672b4
commit
b28c61df9a
4 changed files with 24 additions and 22 deletions
|
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue