|
@@ -30,7 +30,7 @@ struct dccp_hdr {
|
|
#else
|
|
#else
|
|
#error "Adjust your <asm/byteorder.h> defines"
|
|
#error "Adjust your <asm/byteorder.h> defines"
|
|
#endif
|
|
#endif
|
|
- __u16 dccph_checksum;
|
|
|
|
|
|
+ __sum16 dccph_checksum;
|
|
#if defined(__LITTLE_ENDIAN_BITFIELD)
|
|
#if defined(__LITTLE_ENDIAN_BITFIELD)
|
|
__u8 dccph_x:1,
|
|
__u8 dccph_x:1,
|
|
dccph_type:4,
|
|
dccph_type:4,
|