mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
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:
parent
6772a8e0d0
commit
f6b36bbd8a
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue