diff options
author | dim <dim@FreeBSD.org> | 2015-01-28 22:32:03 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-01-28 22:32:03 +0000 |
commit | f7ab48b7ad07f9fa3eeb9fdd2577baf4f45259d8 (patch) | |
tree | 1a0d8208eaae0e3ae6faba53c08c11d405133af3 | |
parent | 7bf38febfd913e4ded24422999eb8023902f617a (diff) | |
download | FreeBSD-src-f7ab48b7ad07f9fa3eeb9fdd2577baf4f45259d8.zip FreeBSD-src-f7ab48b7ad07f9fa3eeb9fdd2577baf4f45259d8.tar.gz |
Merge ^/head r277858 through r277860.
-rw-r--r-- | usr.sbin/sa/db.c | 2 |
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. |