diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-18 22:06:10 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-18 22:06:10 +0000 |
commit | aba4e552a2f2c1492441acbccedd8e0a4c53f916 (patch) | |
tree | 23921efb2b4af590160f034a89ff3da2ecca6e47 /include/asm-alpha | |
parent | 9e17e1aa1cf1cb497d2f67147a51831888affcf3 (diff) |
Merge with Linux 2.3.43.
Diffstat (limited to 'include/asm-alpha')
-rw-r--r-- | include/asm-alpha/checksum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-alpha/checksum.h b/include/asm-alpha/checksum.h index 2f6b82e6c..38ca41f37 100644 --- a/include/asm-alpha/checksum.h +++ b/include/asm-alpha/checksum.h @@ -83,7 +83,7 @@ static inline unsigned short csum_fold(unsigned int sum) #define _HAVE_ARCH_IPV6_CSUM extern unsigned short int csum_ipv6_magic(struct in6_addr *saddr, struct in6_addr *daddr, - __u16 len, + __u32 len, unsigned short proto, unsigned int sum); |