Re: svn commit: r332493 - stable/11/sys/net

2018-04-14 Thread Magnus Ringman
Hi Brooks, this MFC missed your r331077 (https://reviews.freebsd.org/D14706) thus stable buildkernel currently breaks on missing those two macros. (_IOC_NEWLEN and _IOC_NEWTYPE for searchability) Skål, Magnus On Sat, Apr 14, 2018 at 12:32 AM, Brooks Davis wrote: > Author:

Re: svn commit: r332493 - stable/11/sys/net

2018-04-14 Thread Magnus Ringman
16)) & (ioc)) | (((len) & IOCPARM_MASK) << 16)) +#define _IOC_NEWTYPE(ioc, type) _IOC_NEWLEN((ioc), sizeof(type)) #ifdef _KERNEL __EOT On Sat, Apr 14, 2018 at 1:37 PM, David Wolfskill <da...@catwhisker.org> wrote: > On Sat, Apr 14, 2018 at 01:31:28PM +0200, Magnus Ringman wrote: