summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-09-12 09:28:02 +0000
committerdelphij <delphij@FreeBSD.org>2015-09-12 09:28:02 +0000
commite9ff0b2b14b46c9e98990600083e15a5764a8110 (patch)
tree58e11204b0ed7f53755e7431ecda327e3b2b736b /cddl
parent2a6c8cb4d7f4c07e469be6b8a8227d9f8b9b812e (diff)
downloadFreeBSD-src-e9ff0b2b14b46c9e98990600083e15a5764a8110.zip
FreeBSD-src-e9ff0b2b14b46c9e98990600083e15a5764a8110.tar.gz
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
Diffstat (limited to 'cddl')
-rw-r--r--cddl/contrib/opensolaris/cmd/sgs/tools/common/sgsmsg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cddl/contrib/opensolaris/cmd/sgs/tools/common/sgsmsg.c b/cddl/contrib/opensolaris/cmd/sgs/tools/common/sgsmsg.c
index 9b2e37b..9432161 100644
--- a/cddl/contrib/opensolaris/cmd/sgs/tools/common/sgsmsg.c
+++ b/cddl/contrib/opensolaris/cmd/sgs/tools/common/sgsmsg.c
@@ -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
OpenPOWER on IntegriCloud