The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=88a782fc8470a102d6fe51fe993173f67e77ea6d
commit 88a782fc8470a102d6fe51fe993173f67e77ea6d Author: Mateusz Guzik <m...@freebsd.org> AuthorDate: 2022-08-15 20:38:31 +0000 Commit: Mateusz Guzik <m...@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