Remove duplicate and slightly different declaration of ether_sprintf, which
really should be in if_ether.h like all the other ether_ functions.
This commit is contained in:
parent
c92b23ffa8
commit
cbf41b4afc
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if.h,v 1.114 2005/12/11 23:05:24 thorpej Exp $ */
|
||||
/* $NetBSD: if.h,v 1.115 2006/03/16 15:56:28 christos Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
|
||||
|
@ -776,8 +776,6 @@ extern struct ifnet **ifindex2ifnet;
|
|||
extern struct ifnet *lo0ifp;
|
||||
extern size_t if_indexlim;
|
||||
|
||||
char *ether_sprintf(const u_char *);
|
||||
|
||||
void if_alloc_sadl(struct ifnet *);
|
||||
void if_free_sadl(struct ifnet *);
|
||||
void if_attach(struct ifnet *);
|
||||
|
|
Loading…
Reference in New Issue