From 516d7bb67f1e0ee22ac049d3d22314e35ee61c98 Mon Sep 17 00:00:00 2001 From: cy Date: Thu, 27 Dec 2018 04:53:53 +0000 Subject: [PATCH] Remove another empty #ifdef block. This empty block also exists in the upstream HEAD. MFC after: 3 days --- sys/contrib/ipfilter/netinet/fil.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/contrib/ipfilter/netinet/fil.c b/sys/contrib/ipfilter/netinet/fil.c index 022129aedf1..2370d947932 100644 --- a/sys/contrib/ipfilter/netinet/fil.c +++ b/sys/contrib/ipfilter/netinet/fil.c @@ -4266,8 +4266,6 @@ copyoutptr(softc, src, dst, size) } return error; } -#ifdef _KERNEL -#endif /* ------------------------------------------------------------------------ */ -- 2.45.0