No need to reference ifnet_addrs[].
This commit is contained in:
parent
16090efe76
commit
f64af41401
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_vlan.c,v 1.26 2000/12/18 19:36:41 thorpej Exp $ */
|
||||
/* $NetBSD: if_vlan.c,v 1.27 2001/01/16 21:18:56 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
|
@ -110,8 +110,6 @@
|
|||
#include <netinet/if_inarp.h>
|
||||
#endif
|
||||
|
||||
extern struct ifaddr **ifnet_addrs; /* XXX if.c */
|
||||
|
||||
struct vlan_mc_entry {
|
||||
LIST_ENTRY(vlan_mc_entry) mc_entries;
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue