Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2009 09:53:55 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r198315 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci net
Message-ID:  <200910210953.n9L9rt06093985@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Wed Oct 21 09:53:55 2009
New Revision: 198315
URL: http://svn.freebsd.org/changeset/base/198315

Log:
  Merge r198219 from head to stable/8:
  
    Remove unused pfil_flags field in packet_filter_hook.
  
  Approved by:	re (kib)

Modified:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/net/pfil.h

Modified: stable/8/sys/net/pfil.h
==============================================================================
--- stable/8/sys/net/pfil.h	Wed Oct 21 09:43:22 2009	(r198314)
+++ stable/8/sys/net/pfil.h	Wed Oct 21 09:53:55 2009	(r198315)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910210953.n9L9rt06093985>