svn commit: r198219 - head/sys/net

Robert Watson rwatson at FreeBSD.org
Sun Oct 18 22:54:10 UTC 2009


Author: rwatson
Date: Sun Oct 18 22:54:09 2009
New Revision: 198219
URL: http://svn.freebsd.org/changeset/base/198219

Log:
  Remove unused pfil_flags field in packet_filter_hook.
  
  MFC after:	3 days

Modified:
  head/sys/net/pfil.h

Modified: head/sys/net/pfil.h
==============================================================================
--- head/sys/net/pfil.h	Sun Oct 18 22:43:28 2009	(r198218)
+++ head/sys/net/pfil.h	Sun Oct 18 22:54:09 2009	(r198219)
@@ -52,7 +52,6 @@ struct packet_filter_hook {
 	int	(*pfil_func)(void *, struct mbuf **, struct ifnet *, int,
 		    struct inpcb *);
 	void	*pfil_arg;
-	int	pfil_flags;
 };
 
 #define PFIL_IN		0x00000001


More information about the svn-src-head mailing list