Re: git: 45b48cbc2b58 - main - usb: real freebsd32 support for most ioctls

From: Hans Petter Selasky <hps_at_selasky.org>
Date: Sat, 18 Dec 2021 20:33:51 UTC
On 12/18/21 21:13, Hans Petter Selasky wrote:
> 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
> 

I've made two fixes. Brooks, please check these patches too:

https://cgit.freebsd.org/src/commit/?id=34077a8ed39f40da4b7faffff0b112f1dcb62ab4

https://cgit.freebsd.org/src/commit/?id=8b60419b798ae9049988c529e6af3f313a5cce55

--HPS