]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: Address warnings about potential unaligned accesses in fwctl.c
authorMark Johnston <markj@FreeBSD.org>
Fri, 11 Nov 2022 15:01:27 +0000 (10:01 -0500)
committerMark Johnston <markj@FreeBSD.org>
Fri, 11 Nov 2022 15:01:27 +0000 (10:01 -0500)
commitf64f34380925a4ddaf1c140c35f46408b74110ac
tree2916b801da32d87bfe8fa282c3dd0118aaee528c
parentc90b9a5ebb407e21404fd66b4e6ccb427c937f6b
bhyve: Address warnings about potential unaligned accesses in fwctl.c

This silences some warning about potential unaligned accesses.  No
functional change intended.

MFC after: 1 week
Reviewed by: corvink, jhb
Differential Revision: https://reviews.freebsd.org/D37288
usr.sbin/bhyve/fwctl.c