1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

garbage collect something that hasn't been triggered in almost 5 years...

the last consumer was removed a couple years ago...
This commit is contained in:
John-Mark Gurney 2014-04-19 19:08:08 +00:00
parent 07426f1f0a
commit de51fbd695
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264678

View File

@ -398,10 +398,7 @@ int rtrequest_fib(int, struct sockaddr *,
int rtrequest1_fib(int, struct rt_addrinfo *, struct rtentry **, u_int);
#include <sys/eventhandler.h>
typedef void (*rtevent_arp_update_fn)(void *, struct rtentry *, uint8_t *, struct sockaddr *);
typedef void (*rtevent_redirect_fn)(void *, struct rtentry *, struct rtentry *, struct sockaddr *);
/* route_arp_update_event is no longer generated; see arp_update_event */
EVENTHANDLER_DECLARE(route_arp_update_event, rtevent_arp_update_fn);
EVENTHANDLER_DECLARE(route_redirect_event, rtevent_redirect_fn);
#endif