From owner-svn-src-all@freebsd.org Sat Sep 12 17:35:35 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BB66A02307; Sat, 12 Sep 2015 17:35:35 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 0CFD21197; Sat, 12 Sep 2015 17:35:33 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id UAA26287; Sat, 12 Sep 2015 20:35:25 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Zaohx-000N1l-6l; Sat, 12 Sep 2015 20:35:25 +0300 Subject: Re: svn commit: r287705 - head/cddl/contrib/opensolaris/cmd/sgs/tools/common To: Xin LI , src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org References: <201509120928.t8C9S3x4057432@repo.freebsd.org> From: Andriy Gapon Message-ID: <55F4620A.8020609@FreeBSD.org> Date: Sat, 12 Sep 2015 20:34:02 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <201509120928.t8C9S3x4057432@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2015 17:35:35 -0000 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