Sync with the other archs and wrapper the prototype of in_cksum_skip(9)

in #ifdef _KERNEL.

Submitted by:	Ulrich Spoerlein
MFC after:	1 month
This commit is contained in:
Marius Strobl 2009-10-26 22:00:26 +00:00
parent c2e8b89ce4
commit bed992dc26

View File

@ -164,6 +164,8 @@ in_cksum_hdr(struct ip *ip)
return (__ret);
}
#ifdef _KERNEL
u_short in_cksum_skip(struct mbuf *m, int len, int skip);
#endif
#endif /* _MACHINE_IN_CKSUM_H_ */