svn commit: r287705 - head/cddl/contrib/opensolaris/cmd/sgs/tools/common
Xin LI
delphij at FreeBSD.org
Sat Sep 12 09:28:03 UTC 2015
Author: delphij
Date: Sat Sep 12 09:28:02 2015
New Revision: 287705
URL: https://svnweb.freebsd.org/changeset/base/287705
Log:
Fix build (r287703). Lesson learned: no matter how a change looks like an
innocent one, always do a build test first.
Pointy hat to: delphij
Modified:
head/cddl/contrib/opensolaris/cmd/sgs/tools/common/sgsmsg.c
Modified: head/cddl/contrib/opensolaris/cmd/sgs/tools/common/sgsmsg.c
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/sgs/tools/common/sgsmsg.c Sat Sep 12 08:54:24 2015 (r287704)
+++ head/cddl/contrib/opensolaris/cmd/sgs/tools/common/sgsmsg.c Sat Sep 12 09:28:02 2015 (r287705)
@@ -132,6 +132,8 @@ typedef struct msg_string {
static msg_string *msg_head;
static msg_string *msg_tail;
+int aok;
+
/*
* message_append() is responsible for both inserting strings into
* the master Str_tbl as well as maintaining a list of the
More information about the svn-src-all
mailing list