Module Name: src Committed By: dyoung Date: Fri Aug 12 22:09:17 UTC 2011
Modified Files: src/sys/net: if.h Log Message: Declare if_free(). To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151 src/sys/net/if.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/net/if.h diff -u src/sys/net/if.h:1.150 src/sys/net/if.h:1.151 --- src/sys/net/if.h:1.150 Tue Feb 1 01:39:20 2011 +++ src/sys/net/if.h Fri Aug 12 22:09:17 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: if.h,v 1.150 2011/02/01 01:39:20 matt Exp $ */ +/* $NetBSD: if.h,v 1.151 2011/08/12 22:09:17 dyoung Exp $ */ /*- * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc. @@ -823,6 +823,7 @@ int ifreq_setaddr(u_long, struct ifreq *, const struct sockaddr *); struct ifnet *if_alloc(u_char); +void if_free(struct ifnet *); void if_initname(struct ifnet *, const char *, int); struct ifaddr *if_dl_create(const struct ifnet *, const struct sockaddr_dl **); void if_activate_sadl(struct ifnet *, struct ifaddr *,