* Remove some code that's in a #ifndef FreeBSD that's no longer used.

This commit is contained in:
Darren Reed 2004-12-26 09:09:29 +00:00
parent 2fb1eb06a7
commit 4541c49f79

View file

@ -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);
}