From f287c3e4d332919117611581381d81fe1539909f Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Wed, 14 Mar 2018 21:11:41 +0000 Subject: Fix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat. This includes FSACTL_LNX_GET_NEXT_ADAPTER_FIB. Reviewed by: cem Obtained from: CheriBSD MFC after: 1 week Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14672 --- sys/sys/aac_ioctl.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sys/sys/aac_ioctl.h') diff --git a/sys/sys/aac_ioctl.h b/sys/sys/aac_ioctl.h index 2ed9530cd21b..6b6e2dee756e 100644 --- a/sys/sys/aac_ioctl.h +++ b/sys/sys/aac_ioctl.h @@ -175,6 +175,14 @@ struct get_adapter_fib_ioctl { caddr_t AifFib; }; +#ifdef _KERNEL +struct get_adapter_fib_ioctl32 { + u_int32_t AdapterFibContext; + int Wait; + u_int32_t AifFib; +}; +#endif + struct aac_query_disk { int32_t ContainerNumber; int32_t Bus; -- cgit v1.2.3