Remove unused if_rawoutput() macro; it has been unused since at least
FreeBSD 2. Approved by: re (kib)
This commit is contained in:
parent
ef372dbfb6
commit
e905082a5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user