Module Name: src
Committed By: ozaki-r
Date: Thu Jun 30 09:44:58 UTC 2016
Modified Files:
src/sys/net: if.h
Log Message:
Get rid of duplicate prototype of ifafree
To generate a diff of this commit:
cvs rdiff -u -r1.218 -r1.219 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.218 src/sys/net/if.h:1.219
--- src/sys/net/if.h:1.218 Tue Jun 28 02:36:54 2016
+++ src/sys/net/if.h Thu Jun 30 09:44:58 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: if.h,v 1.218 2016/06/28 02:36:54 ozaki-r Exp $ */
+/* $NetBSD: if.h,v 1.219 2016/06/30 09:44:58 ozaki-r Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -994,7 +994,6 @@ struct ifaddr *ifa_ifwithladdr(const str
struct ifaddr *ifa_ifwithroute(int, const struct sockaddr *,
const struct sockaddr *);
struct ifaddr *ifaof_ifpforaddr(const struct sockaddr *, struct ifnet *);
-void ifafree(struct ifaddr *);
void link_rtrequest(int, struct rtentry *, const struct rt_addrinfo *);
void p2p_rtrequest(int, struct rtentry *, const struct rt_addrinfo *);