From bb523fe1d2b1e56993ad53c1d4cb8241b80b27a8 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 1 Feb 2006 06:15:37 +0000 Subject: Brain-o (use standard int types now). --- sys/netinet/ip_mroute.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netinet/ip_mroute.h') diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h index c434572..2b8a48d 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 */ -- cgit v1.1