summaryrefslogtreecommitdiff
path: root/slirp/ip_icmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'slirp/ip_icmp.h')
-rw-r--r--slirp/ip_icmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/slirp/ip_icmp.h b/slirp/ip_icmp.h
index 7ddaaf8f37..8c9b5a1ba5 100644
--- a/slirp/ip_icmp.h
+++ b/slirp/ip_icmp.h
@@ -83,8 +83,8 @@ struct icmp {
struct ip idi_ip;
/* options and then 64 bits of data */
} id_ip;
- u_long id_mask;
- char id_data[1];
+ uint32_t id_mask;
+ char id_data[1];
} icmp_dun;
#define icmp_otime icmp_dun.id_ts.its_otime
#define icmp_rtime icmp_dun.id_ts.its_rtime