summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sa/db.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sa/db.c')
-rw-r--r--usr.sbin/sa/db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sa/db.c b/usr.sbin/sa/db.c
index 557f406..6634e54 100644
--- a/usr.sbin/sa/db.c
+++ b/usr.sbin/sa/db.c
@@ -44,7 +44,7 @@ __FBSDID("$FreeBSD$");
#include "extern.h"
/* Key used to store the version of the database data elements. */
-#define VERSION_KEY "\0VERSION"
+static char VERSION_KEY[] = "\0VERSION";
/*
* Create the in-memory database, *mdb.
OpenPOWER on IntegriCloud