diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-21 22:16:05 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-21 22:16:05 +0000 |
commit | 73ed328f3a698087551b4d6a36196b0819bc38af (patch) | |
tree | d0907f2e7e5f36ea0808ed6b1f10c5caf51478a5 /include/net/checksum.h | |
parent | 89a61cd744a621efff2a4d7f0d99258f850338f2 (diff) |
Cleanup, sync with others sources.
Diffstat (limited to 'include/net/checksum.h')
-rw-r--r-- | include/net/checksum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/checksum.h b/include/net/checksum.h index d09f29c9f..041d47608 100644 --- a/include/net/checksum.h +++ b/include/net/checksum.h @@ -40,6 +40,7 @@ static __inline__ unsigned short int csum_ipv6_magic(struct in6_addr *saddr, unsigned short proto, unsigned int csum) { + int carry; __u32 ulen; __u32 uproto; |