Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2022 20:39:16 GMT
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 88a782fc8470 - main - routing: G/C rt_exportinfo declaration
Message-ID:  <202208152039.27FKdGTR083316@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=88a782fc8470a102d6fe51fe993173f67e77ea6d

commit 88a782fc8470a102d6fe51fe993173f67e77ea6d
Author:     Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2022-08-15 20:38:31 +0000
Commit:     Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2022-08-15 20:38:31 +0000

    routing: G/C rt_exportinfo declaration
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sys/net/route.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/net/route.c b/sys/net/route.c
index e4b404390ea4..2ea8d4ab5c47 100644
--- a/sys/net/route.c
+++ b/sys/net/route.c
@@ -81,8 +81,6 @@ EVENTHANDLER_LIST_DEFINE(rt_addrmsg);
 
 static int rt_ifdelroute(const struct rtentry *rt, const struct nhop_object *,
     void *arg);
-static int rt_exportinfo(struct rtentry *rt, struct nhop_object *nh,
-    struct rt_addrinfo *info, int flags);
 
 /*
  * route initialization must occur before ip6_init2(), which happenas at



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208152039.27FKdGTR083316>