svn commit: r264678 - head/sys/net

John-Mark Gurney jmg at FreeBSD.org
Sat Apr 19 19:08:09 UTC 2014


Author: jmg
Date: Sat Apr 19 19:08:08 2014
New Revision: 264678
URL: http://svnweb.freebsd.org/changeset/base/264678

Log:
  garbage collect something that hasn't been triggered in almost 5 years...
  the last consumer was removed a couple years ago...

Modified:
  head/sys/net/route.h

Modified: head/sys/net/route.h
==============================================================================
--- head/sys/net/route.h	Sat Apr 19 13:47:32 2014	(r264677)
+++ head/sys/net/route.h	Sat Apr 19 19:08:08 2014	(r264678)
@@ -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
 


More information about the svn-src-head mailing list