mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
* Remove some code that's in a #ifndef FreeBSD that's no longer used.
This commit is contained in:
parent
2fb1eb06a7
commit
4541c49f79
1 changed files with 0 additions and 5 deletions
|
|
@ -283,11 +283,6 @@ ip_t *ip;
|
|||
|
||||
bo = ip->ip_len;
|
||||
ip->ip_len = htons(bo);
|
||||
# if !SOLARIS && !defined(__NetBSD__) && !defined(__FreeBSD__)
|
||||
/* 4.4BSD converts this ip_input.c, but I don't in solaris.c */
|
||||
bo = ip->ip_id;
|
||||
ip->ip_id = htons(bo);
|
||||
# endif
|
||||
bo = ip->ip_off;
|
||||
ip->ip_off = htons(bo);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue