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

From: Brooks Davis <brooks_at_freebsd.org>
Date: Mon, 20 Dec 2021 17:28:50 UTC
On Sat, Dec 18, 2021 at 09:33:51PM +0100, Hans Petter Selasky wrote:
> 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

Thank you for making these fixes.  I'm a bit surprised neither of these
showed up on amd64. :(

-- Brooks