diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h index c434572bbcf..2b8a48d4077 100644 --- a/sys/netinet/ip_mroute.h +++ b/sys/netinet/ip_mroute.h @@ -294,8 +294,8 @@ struct mfc { * note the convenient similarity to an IP packet */ struct igmpmsg { - u_int32_t unused1; - u_int32_t unused2; + uint32_t unused1; + uint32_t unused2; u_char im_msgtype; /* what type of message */ #define IGMPMSG_NOCACHE 1 /* no MFC in the kernel */ #define IGMPMSG_WRONGVIF 2 /* packet came from wrong interface */