diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-07-02 00:20:50 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-07-02 00:20:50 +0000 |
commit | bd2831d762afa2db130c069224bdb2b4153d5868 (patch) | |
tree | b0e0c7da1dc91973f212a45a92920ca68741c7ab /sys/net | |
parent | cac81dc878aaa1b3c08fe72acb6a241b862021fe (diff) |
remove prototype of okaytoclone, which got removed in 1.117
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/route.c | 3 |
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); |