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:
parent
c2e8b89ce4
commit
bed992dc26
@ -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_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user