summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2010-07-02 00:20:49 +0000
committerjsg <jsg@openbsd.org>2010-07-02 00:20:49 +0000
commit91d906637517d6e6d7b2807cc33607f740199020 (patch)
treed2c4daabadc75408af6a8cfc4bc66e5b07434463
parentstructure copy the unp_connid to the other socket (diff)
downloadwireguard-openbsd-91d906637517d6e6d7b2807cc33607f740199020.tar.xz
wireguard-openbsd-91d906637517d6e6d7b2807cc33607f740199020.zip
remove prototype of okaytoclone, which got removed in 1.117
-rw-r--r--sys/net/route.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/route.c b/sys/net/route.c
index 6af6b964da5..a4b26a7c677 100644
--- a/sys/net/route.c
+++ b/sys/net/route.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: route.c,v 1.122 2010/07/01 02:09:45 reyk Exp $ */
+/* $OpenBSD: route.c,v 1.123 2010/07/02 00:20:49 jsg Exp $ */
/* $NetBSD: route.c,v 1.14 1996/02/13 22:00:46 christos Exp $ */
/*
@@ -148,7 +148,6 @@ struct pool rtentry_pool; /* pool for rtentry structures */
struct pool rttimer_pool; /* pool for rttimer structures */
int rtable_init(struct radix_node_head ***, u_int);
-int okaytoclone(u_int, int);
int rtflushclone1(struct radix_node *, void *, u_int);
void rtflushclone(struct radix_node_head *, struct rtentry *);
int rt_if_remove_rtdelete(struct radix_node *, void *, u_int);