Remove unused if_rawoutput() macro; it has been unused since at least

FreeBSD 2.

Approved by:	re (kib)
This commit is contained in:
rwatson 2009-08-15 22:26:26 +00:00
parent ef372dbfb6
commit e905082a5a

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