diff options
Diffstat (limited to 'sys/netinet/if_ether.h')
-rw-r--r-- | sys/netinet/if_ether.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h index 308effcfd9a..00120cda5e6 100644 --- a/sys/netinet/if_ether.h +++ b/sys/netinet/if_ether.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ether.h,v 1.17 2001/06/27 06:07:47 kjc Exp $ */ +/* $OpenBSD: if_ether.h,v 1.18 2002/03/01 05:06:24 kjc Exp $ */ /* $NetBSD: if_ether.h,v 1.22 1996/05/11 13:00:00 mycroft Exp $ */ /* @@ -285,9 +285,6 @@ void revarprequest __P((struct ifnet *)); int revarpwhoarewe __P((struct ifnet *, struct in_addr *, struct in_addr *)); int revarpwhoami __P((struct in_addr *, struct ifnet *)); int db_show_arptab __P((void)); -#ifdef ALTQ -void altq_etherclassify(struct ifaltq *, struct mbuf *, struct altq_pktattr *); -#endif /* ALTQ */ #else |