diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-01-28 22:22:49 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-01-28 22:22:49 +0000 |
| commit | 3bb4600164bb38f80073228ea4a178c4466f158c (patch) | |
| tree | 7e733d21ac06c3a821aa070c19536a052fe35e85 | |
| parent | 9304cfd07cfd78cf84d1a75b064dc0c5785e5e9a (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. |
