aboutsummaryrefslogtreecommitdiff
path: root/ip_icmp.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-06-05 17:11:42 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-06-05 17:11:42 +0000
commita48d505695367905155ab463993ccdae41250ae7 (patch)
treefc45613e2ed78257489f7a1679f004d979201e27 /ip_icmp.h
parentefa0f8b2352e980e3c1b2d90e1d130ccd7257c69 (diff)
downloadslirp-a48d505695367905155ab463993ccdae41250ae7.zip
slirp-a48d505695367905155ab463993ccdae41250ae7.tar.gz
slirp-a48d505695367905155ab463993ccdae41250ae7.tar.bz2
64 bit fixes (initial patch by Gwenole Beauchesne)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1458 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'ip_icmp.h')
-rw-r--r--ip_icmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip_icmp.h b/ip_icmp.h
index 40a6e62..9148593 100644
--- a/ip_icmp.h
+++ b/ip_icmp.h
@@ -83,7 +83,7 @@ struct icmp {
struct ip idi_ip;
/* options and then 64 bits of data */
} id_ip;
- u_long id_mask;
+ uint32_t id_mask;
char id_data[1];
} icmp_dun;
#define icmp_otime icmp_dun.id_ts.its_otime