svn commit: r287705 - head/cddl/contrib/opensolaris/cmd/sgs/tools/common
Andriy Gapon
avg at FreeBSD.org
Sat Sep 12 17:35:35 UTC 2015
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
More information about the svn-src-all
mailing list