Re: svn commit: r355449 - head/sys/netinet

2019-12-06 Thread Bjoern A. Zeeb
On 6 Dec 2019, at 22:09, Gleb Smirnoff wrote: Hi, there is a functional change here: On Fri, Dec 06, 2019 at 04:35:48PM +, Bjoern A. Zeeb wrote: B> URL: https://svnweb.freebsd.org/changeset/base/355449 B> B> Log: B> carp: replace caddr_t with char * B> B> Change the remaining caddr_

Re: svn commit: r355449 - head/sys/netinet

2019-12-06 Thread Gleb Smirnoff
Hi, there is a functional change here: On Fri, Dec 06, 2019 at 04:35:48PM +, Bjoern A. Zeeb wrote: B> URL: https://svnweb.freebsd.org/changeset/base/355449 B> B> Log: B> carp: replace caddr_t with char * B> B> Change the remaining caddr_t usages to char * following the removal B>

svn commit: r355449 - head/sys/netinet

2019-12-06 Thread Bjoern A. Zeeb
Author: bz Date: Fri Dec 6 16:35:48 2019 New Revision: 355449 URL: https://svnweb.freebsd.org/changeset/base/355449 Log: carp: replace caddr_t with char * Change the remaining caddr_t usages to char * following the removal of the KAME macros No functional change. Requested by: