svn commit: r342547 - head/sys/contrib/ipfilter/netinet

Cy Schubert cy at FreeBSD.org
Thu Dec 27 04:53:54 UTC 2018


Author: cy
Date: Thu Dec 27 04:53:53 2018
New Revision: 342547
URL: https://svnweb.freebsd.org/changeset/base/342547

Log:
  Remove another empty #ifdef block. This empty block also exists in
  the upstream HEAD.
  
  MFC after:	3 days

Modified:
  head/sys/contrib/ipfilter/netinet/fil.c

Modified: head/sys/contrib/ipfilter/netinet/fil.c
==============================================================================
--- head/sys/contrib/ipfilter/netinet/fil.c	Wed Dec 26 23:41:52 2018	(r342546)
+++ head/sys/contrib/ipfilter/netinet/fil.c	Thu Dec 27 04:53:53 2018	(r342547)
@@ -4266,8 +4266,6 @@ copyoutptr(softc, src, dst, size)
 	}
 	return error;
 }
-#ifdef	_KERNEL
-#endif
 
 
 /* ------------------------------------------------------------------------ */


More information about the svn-src-all mailing list