svn commit: r196407 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci net

Robert Watson rwatson at FreeBSD.org
Thu Aug 20 21:14:53 UTC 2009


Author: rwatson
Date: Thu Aug 20 21:14:52 2009
New Revision: 196407
URL: http://svn.freebsd.org/changeset/base/196407

Log:
  Merge r196263 from head to stable/8:
  
    Remove unused if_rawoutput() macro; it has been unused since at least
    FreeBSD 2.
  
  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/if_var.h

Modified: stable/8/sys/net/if_var.h
==============================================================================
--- stable/8/sys/net/if_var.h	Thu Aug 20 20:53:36 2009	(r196406)
+++ stable/8/sys/net/if_var.h	Thu Aug 20 21:14:52 2009	(r196407)
@@ -235,7 +235,6 @@ typedef void if_init_f_t(void *);
 #define	if_iqdrops	if_data.ifi_iqdrops
 #define	if_noproto	if_data.ifi_noproto
 #define	if_lastchange	if_data.ifi_lastchange
-#define if_rawoutput(if, m, sa) if_output(if, m, sa, (struct rtentry *)NULL)
 
 /* for compatibility with other BSDs */
 #define	if_addrlist	if_addrhead


More information about the svn-src-stable-8 mailing list