bhyve: Make bc_magic unsigned

This addresses a number of compiler warnings about signed/unsigned
comparisons in assertions.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2022-10-08 11:26:31 -04:00
parent 07d82562d8
commit 3dddf73ee1

View File

@ -97,7 +97,7 @@ struct blockif_elem {
};
struct blockif_ctxt {
int bc_magic;
unsigned int bc_magic;
int bc_fd;
int bc_ischr;
int bc_isgeom;