Restore build of the kernel, removed through r341377

Turns out we already had a path_mtu_discovery variable.

X-MFC-with:	r341377
This commit is contained in:
Conrad Meyer 2018-12-01 21:28:05 +00:00
parent 0f3a4adcb2
commit 23459e135d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=341388

View File

@ -85,9 +85,6 @@ static const char rcsid[] = "@(#)$Id$";
#endif
extern int ip_optcopy __P((struct ip *, struct ip *));
VNET_DECLARE(int, path_mtu_discovery);
#define V_path_mtu_discovery VNET(path_mtu_discovery)
# ifdef IPFILTER_M_IPFILTER
MALLOC_DEFINE(M_IPFILTER, "ipfilter", "IP Filter packet filter data structures");
# endif