Check for ipprotosw.h more precisely.

It hasn't been needed for more than 5 years, since r120386.

MFC after:	4 weeks
This commit is contained in:
Bjoern A. Zeeb 2008-12-23 16:49:07 +00:00
parent 59d9578919
commit a08812c2f9

View File

@ -156,7 +156,9 @@ struct selinfo ipfselwait[IPL_LOGSIZE];
# include <sys/conf.h>
# if defined(NETBSD_PF)
# include <net/pfil.h>
# include <netinet/ipprotosw.h>
# if (__FreeBSD_version < 501108)
# include <netinet/ipprotosw.h>
# endif
/*
* We provide the fr_checkp name just to minimize changes later.
*/