Convert in6_cksum() to ANSI C function declaration.
MFC after: 1 week
This commit is contained in:
parent
136d4f1cf2
commit
9f8a02f168
@ -88,10 +88,7 @@
|
||||
*/
|
||||
|
||||
int
|
||||
in6_cksum(m, nxt, off, len)
|
||||
struct mbuf *m;
|
||||
u_int8_t nxt;
|
||||
u_int32_t off, len;
|
||||
in6_cksum(struct mbuf *m, u_int8_t nxt, u_int32_t off, u_int32_t len)
|
||||
{
|
||||
u_int16_t *w;
|
||||
int sum = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user