diff --git a/sys/net/if.h b/sys/net/if.h index db03fef2b72d..0a2801f6e488 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -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 *);