Thanks. I had the commit in a branch that had a debug commit after. The
brace was rebased wrong.

On 11/7/2020 11:17 AM, Cy Schubert wrote:
> Author: cy
> Date: Sat Nov  7 19:17:37 2020
> New Revision: 367459
> URL: https://svnweb.freebsd.org/changeset/base/367459
> 
> Log:
>   Fix build post-r367455.
>   
>   MFC after:  2 weeks
>   X-MFC with: r367455
> 
> Modified:
>   head/usr.sbin/syslogd/syslogd.c
> 
> Modified: head/usr.sbin/syslogd/syslogd.c
> ==============================================================================
> --- head/usr.sbin/syslogd/syslogd.c   Sat Nov  7 18:15:29 2020        
> (r367458)
> +++ head/usr.sbin/syslogd/syslogd.c   Sat Nov  7 19:17:37 2020        
> (r367459)
> @@ -1873,7 +1873,7 @@ fprintlog_write(struct filed *f, struct iovlist *il, i
>                                       continue;
>                               if (sl->sl_sa == NULL ||
>                                   sl->sl_family == AF_UNSPEC ||
> -                                 sl->sl_family == AF_LOCAL) {
> +                                 sl->sl_family == AF_LOCAL)
>                                       continue;
>                               lsent = sendmsg(sl->sl_socket, &msghdr, 0);
>                               if (lsent == (ssize_t)il->totalsize)
> 


-- 
Regards,
Bryan Drewery

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to