projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4384247
)
[PATCH] fix prototype of csum_ipv6_magic() (ia64)
author
Al Viro
<viro@ftp.linux.org.uk>
Tue, 23 Jan 2007 12:27:04 +0000
(12:27 +0000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 23 Jan 2007 19:09:49 +0000
(11:09 -0800)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-ia64/checksum.h
patch
|
blob
|
history
diff --git
a/include/asm-ia64/checksum.h
b/include/asm-ia64/checksum.h
index 2b78582cbd61710807b3a38c38e81631aab1ca9d..97af155057e4bcfa668eb006c935e68b1436dbca 100644
(file)
--- a/
include/asm-ia64/checksum.h
+++ b/
include/asm-ia64/checksum.h
@@
-72,8
+72,8
@@
static inline __sum16 csum_fold(__wsum csum)
#define _HAVE_ARCH_IPV6_CSUM 1
struct in6_addr;
-extern
unsigned short int csum_ipv6_magic(
struct in6_addr *saddr,
- struct in6_addr *daddr, __u32 len, unsigned short proto,
-
unsigned int
csum);
+extern
__sum16 csum_ipv6_magic(const
struct in6_addr *saddr,
+
const
struct in6_addr *daddr, __u32 len, unsigned short proto,
+
__wsum
csum);
#endif /* _ASM_IA64_CHECKSUM_H */