Remove unnecessary function decl.
This commit is contained in:
parent
dbf09f35da
commit
2c4a718932
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_vlan.c,v 1.1 2000/09/27 22:40:54 thorpej Exp $ */
|
||||
/* $NetBSD: if_vlan.c,v 1.2 2000/09/28 06:13:35 enami Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
|
@ -123,8 +123,6 @@ static void vlan_start(struct ifnet *);
|
|||
static int vlan_unconfig(struct ifnet *);
|
||||
void vlanattach(int);
|
||||
|
||||
void ether_input(struct ifnet *, struct mbuf *); /* XXX */
|
||||
|
||||
/* XXX This should be a hash table with the tag as the basis of the key. */
|
||||
static LIST_HEAD(, ifvlan) ifv_list;
|
||||
|
||||
|
|
Loading…
Reference in New Issue