From 99c819ef77f0737c33b5cc6f7f7fae26a979a88f Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 13 Jul 1998 11:01:03 +0000 Subject: [PATCH] Declare id_mask as a fixed-size type. --- sys/netinet/ip_icmp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/netinet/ip_icmp.h b/sys/netinet/ip_icmp.h index 9d07a682de7..af2f787b029 100644 --- a/sys/netinet/ip_icmp.h +++ b/sys/netinet/ip_icmp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ip_icmp.h 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: ip_icmp.h,v 1.11 1997/02/22 09:41:34 peter Exp $ */ #ifndef _NETINET_IP_ICMP_H_ @@ -99,7 +99,7 @@ struct icmp { /* options and then 64 bits of data */ } id_ip; struct icmp_ra_addr id_radv; - u_long id_mask; + u_int32_t id_mask; char id_data[1]; } icmp_dun; #define icmp_otime icmp_dun.id_ts.its_otime