1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186436

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.
*/