2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

some variables that should have been static weren't

This commit is contained in:
Andreas Gustafsson
2001-10-23 01:49:35 +00:00
parent 3476dfe9d7
commit 1ae369c9d2
3 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: masterdump.c,v 1.59 2001/09/05 10:28:53 marka Exp $ */
/* $Id: masterdump.c,v 1.60 2001/10/23 01:49:32 gson Exp $ */
#include <config.h>
@@ -795,7 +795,7 @@ dump_order_compare(const void *a, const void *b) {
#define MAXSORT 64
const char *trustnames[] = {
static const char *trustnames[] = {
"none",
"pending",
"additional",