diff options
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r-- | include/linux/tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 0aecfc955591..dd61b172ac68 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -52,7 +52,7 @@ struct tcphdr { | |||
52 | #error "Adjust your <asm/byteorder.h> defines" | 52 | #error "Adjust your <asm/byteorder.h> defines" |
53 | #endif | 53 | #endif |
54 | __be16 window; | 54 | __be16 window; |
55 | __be16 check; | 55 | __sum16 check; |
56 | __be16 urg_ptr; | 56 | __be16 urg_ptr; |
57 | }; | 57 | }; |
58 | 58 | ||