diff --git a/src/libs/compat/freebsd_network/compat/machine/_bus.h b/src/libs/compat/freebsd_network/compat/machine/_bus.h index c3f3220e66..acdd148c58 100644 --- a/src/libs/compat/freebsd_network/compat/machine/_bus.h +++ b/src/libs/compat/freebsd_network/compat/machine/_bus.h @@ -10,7 +10,7 @@ typedef uint32_t bus_addr_t; typedef uint32_t bus_size_t; -typedef int bus_space_tag_t; +typedef int bus_space_tag_t; typedef unsigned int bus_space_handle_t; #endif /* _FBSD_COMPAT_MACHINE__BUS_H_ */