diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-01-28 22:32:03 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-01-28 22:32:03 +0000 |
| commit | abfd6ee1e99a6dc76be8dd33296aff0ac334a6dd (patch) | |
| tree | 1a0d8208eaae0e3ae6faba53c08c11d405133af3 | |
| parent | 478acb01187282d4cd16c183d0a139dc54393370 (diff) | |
| parent | 3bb4600164bb38f80073228ea4a178c4466f158c (diff) | |
Notes
| -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 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. |
