Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Get rid of duplicate prototype of ifafree
details: https://anonhg.NetBSD.org/src/rev/0e378c7ea826
branches: trunk
changeset: 346183:0e378c7ea826
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Thu Jun 30 09:44:58 2016 +0000
description:
Get rid of duplicate prototype of ifafree
diffstat:
sys/net/if.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r adf363c2a93c -r 0e378c7ea826 sys/net/if.h
--- a/sys/net/if.h Thu Jun 30 09:34:01 2016 +0000
+++ b/sys/net/if.h Thu Jun 30 09:44:58 2016 +0000
@@ -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_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 *);
Home |
Main Index |
Thread Index |
Old Index