Date: Sat, 12 Sep 2015 20:34:02 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: Xin LI <delphij@FreeBSD.org>, src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org Subject: Re: svn commit: r287705 - head/cddl/contrib/opensolaris/cmd/sgs/tools/common Message-ID: <55F4620A.8020609@FreeBSD.org> In-Reply-To: <201509120928.t8C9S3x4057432@repo.freebsd.org> References: <201509120928.t8C9S3x4057432@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12/09/2015 12:28, Xin LI wrote: > 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 What's sgsmsg anyway? What is "SGS subsystem"? Have anybody ever used this utility? > 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 > -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55F4620A.8020609>