mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct __FreeBSD__ check.
MFC after: 3 days
This commit is contained in:
parent
95b56c0eb8
commit
7d6528d739
1 changed files with 1 additions and 1 deletions
|
|
@ -5235,7 +5235,7 @@ ipf_nat_out(fin, nat, natadd, nflags)
|
|||
uh->uh_ulen += fin->fin_plen;
|
||||
uh->uh_ulen = htons(uh->uh_ulen);
|
||||
#if !defined(_KERNEL) || defined(MENTAT) || defined(__sgi) || \
|
||||
defined(linux) || defined(BRIDGE_IPF) || defined(__FreeBSD)
|
||||
defined(linux) || defined(BRIDGE_IPF) || defined(__FreeBSD__)
|
||||
ipf_fix_outcksum(0, &ip->ip_sum, sumd, 0);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue