Remove pre-FreeBSD 7.0 compatibility.

This commit is contained in:
Warner Losh 2019-07-19 18:38:47 +00:00
parent df7a21a703
commit 710becdd96

View File

@ -27,10 +27,6 @@ __FBSDID("$FreeBSD$");
#include <netinet/in.h>
#if __FreeBSD_version < 700000
#define strchr index
#endif
/*%
* WARNING: Don't even consider trying to compile this on a system where
* sizeof(int) < 4. sizeof(int) > 4 is fine; all the world's not a VAX.