diff --git a/usr.sbin/sa/db.c b/usr.sbin/sa/db.c index 557f406436ea..6634e542fd8e 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.