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)
This commit is contained in:
Robert Watson 2009-08-20 21:14:52 +00:00
parent 5c91164df2
commit aeba9e80ff

View File

@ -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