svn commit: r367459 - head/usr.sbin/syslogd

Bryan Drewery bdrewery at FreeBSD.org
Mon Nov 9 20:16:13 UTC 2020


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20201109/dd8e05f7/attachment.sig>


More information about the svn-src-head mailing list