svn commit: r277861 - projects/clang360-import/usr.sbin/sa

Dimitry Andric dim at FreeBSD.org
Wed Jan 28 22:32:04 UTC 2015


Author: dim
Date: Wed Jan 28 22:32:03 2015
New Revision: 277861
URL: https://svnweb.freebsd.org/changeset/base/277861

Log:
  Merge ^/head r277858 through r277860.

Modified:
  projects/clang360-import/usr.sbin/sa/db.c
Directory Properties:
  projects/clang360-import/   (props changed)

Modified: projects/clang360-import/usr.sbin/sa/db.c
==============================================================================
--- projects/clang360-import/usr.sbin/sa/db.c	Wed Jan 28 22:22:49 2015	(r277860)
+++ projects/clang360-import/usr.sbin/sa/db.c	Wed Jan 28 22:32:03 2015	(r277861)
@@ -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.


More information about the svn-src-projects mailing list