summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-10-03 11:37:00 +0000
committermav <mav@FreeBSD.org>2015-10-03 11:37:00 +0000
commit3d7c92eff7c724d6cdd431d60cc8921e7117ddf4 (patch)
treec37aa9c2cb39f06d86c5d8f9a5df1a8af9cac5de /cddl
parent3f77fc2885eaae036939a434b28be8c3f8b5ee87 (diff)
downloadFreeBSD-src-3d7c92eff7c724d6cdd431d60cc8921e7117ddf4.zip
FreeBSD-src-3d7c92eff7c724d6cdd431d60cc8921e7117ddf4.tar.gz
MFV r287703, r287705 (by delphij):
6091 avl_add doesn't assert on non-debug builds Use assfail() from libuutil instead of ASSERT() in userland AVL avl_add. illumos/illumos-gate@faa2b6be2fc102adf9ed584fc1a667b4ddf50d78 Illumos issues: 6091 avl_add doesn't assert on non-debug builds https://www.illumos.org/issues/6091
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