Re: git: 45b48cbc2b58 - main - usb: real freebsd32 support for most ioctls
Date: Sat, 18 Dec 2021 20:13:55 UTC
On 12/18/21 20:08, Shawn Webb wrote: > +#ifdef COMPAT_FREEBSD32 > + hgd = (struct hidraw_gen_descriptor *)addr; Looks like this line should be moved before the COMPAT_FREEBSD32 ifdef. I'll let Brooks fix this. --HPS