diff options
| author | Xin LI <delphij@FreeBSD.org> | 2015-09-12 09:28:02 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2015-09-12 09:28:02 +0000 |
| commit | 530ecabd3d4decca74ced141d123155d2fe30685 (patch) | |
| tree | 58e11204b0ed7f53755e7431ecda327e3b2b736b /cddl/contrib | |
| parent | 31066e58e531cbd6abadce5bd14beba9a1ad675b (diff) | |
Notes
Diffstat (limited to 'cddl/contrib')
| -rw-r--r-- | cddl/contrib/opensolaris/cmd/sgs/tools/common/sgsmsg.c | 2 |
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 9b2e37b507d6..943216161da7 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 |
