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

Comparing BasiliskII/src/slirp/bootp.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 97 | Line 97 | struct bootp_t {
97      uint8_t bp_htype;
98      uint8_t bp_hlen;
99      uint8_t bp_hops;
100 <    unsigned long bp_xid;
101 <    unsigned short bp_secs;
102 <    unsigned short unused;
100 >    uint32_t bp_xid;
101 >    uint16_t bp_secs;
102 >    uint16_t unused;
103      struct in_addr bp_ciaddr;
104      struct in_addr bp_yiaddr;
105      struct in_addr bp_siaddr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines