Date: Sat, 12 Sep 2015 09:28:03 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r287705 - head/cddl/contrib/opensolaris/cmd/sgs/tools/common Message-ID: <201509120928.t8C9S3x4057432@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509120928.t8C9S3x4057432>