ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/slirp/ip_icmp.h
(Generate patch)

Comparing BasiliskII/src/slirp/ip_icmp.h (file contents):
Revision 1.1 by gbeauche, 2005-05-13T09:00:59Z vs.
Revision 1.2 by gbeauche, 2005-05-13T14:02:37Z

# Line 83 | Line 83 | struct icmp {
83                          struct ip idi_ip;
84                          /* options and then 64 bits of data */
85                  } id_ip;
86 <                u_long  id_mask;
87 <                char    id_data[1];
86 >                uint32_t        id_mask;
87 >                char            id_data[1];
88          } icmp_dun;
89   #define icmp_otime      icmp_dun.id_ts.its_otime
90   #define icmp_rtime      icmp_dun.id_ts.its_rtime

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines