MFC: r198502

Sync with the other archs and wrap the prototype of in_cksum_skip(9)
in #ifdef _KERNEL.

Submitted by:	Ulrich Spoerlein
This commit is contained in:
Marius Strobl 2009-11-25 18:31:34 +00:00
parent 6772a8e0d0
commit f6b36bbd8a

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_ */