Re: SVN r313701 breaks build

From: Stephen Kiernan <hackagadget_at_gmail.com>
Date: Mon, 13 Feb 2017 13:52:01 -0500
Thanks for point that out. I'm not sure how that slipped in when I built
all machine types before review submission.

I'll commit a fix for the break.

On Feb 13, 2017 1:43 PM, "Michael Butler" <imb_at_protected-networks.net>
wrote:

> An opening brace was missed in the change; fix as below:
>
>
> Index: sys/dev/md/md.c
> ===================================================================
> --- sys/dev/md/md.c     (revision 313701)
> +++ sys/dev/md/md.c     (working copy)
> _at__at_ -1860,7 +1860,7 _at__at_
>                         sbuf_printf(sb, "%s<type>%s</type>\n", indent,
>                             type);
>                         if ((mp->type == MD_VNODE && mp->vnode != NULL) ||
> -                           (mp->type == MD_PRELOAD && mp->file[0] !=
> '\0'))
> +                           (mp->type == MD_PRELOAD && mp->file[0] !=
> '\0')) {
>                                 sbuf_printf(sb, "%s<file>", indent);
>                                 g_conf_printf_escaped(sb, "%s", mp->file);
>                                 sbuf_printf(sb, "</file>\n");
>
>
Received on Mon Feb 13 2017 - 17:52:03 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:10 UTC