2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

namespace changes -- on NetBSD at least, libdns.a is now clean (excepting yy* symbols)

This commit is contained in:
Michael Graff
2000-04-28 01:15:58 +00:00
parent 364a82f7c2
commit 68e4926b22
10 changed files with 549 additions and 290 deletions

View File

@@ -156,10 +156,10 @@ dns_masterfile_style_debug = {
#define N_SPACES 10
char spaces[N_SPACES+1] = " ";
static char spaces[N_SPACES+1] = " ";
#define N_TABS 10
char tabs[N_TABS+1] = "\t\t\t\t\t\t\t\t\t\t";
static char tabs[N_TABS+1] = "\t\t\t\t\t\t\t\t\t\t";
@@ -660,7 +660,7 @@ dump_rdatasets(isc_mem_t *mctx, dns_name_t *name, dns_rdatasetiter_t *rdsiter,
* the initial size must large enough to hold the longest possible
* text representation of any domain name (for $ORIGIN).
*/
const int initial_buffer_length = 1200;
static const int initial_buffer_length = 1200;
/*
* Dump an entire database into a master file.