Author: melifaro Date: Mon Nov 30 06:02:35 2015 New Revision: 291468 URL: https://svnweb.freebsd.org/changeset/base/291468
Log: Remove in_setifarnh definition. Modified: head/sys/netinet/in_rmx.c Modified: head/sys/netinet/in_rmx.c ============================================================================== --- head/sys/netinet/in_rmx.c Mon Nov 30 05:59:22 2015 (r291467) +++ head/sys/netinet/in_rmx.c Mon Nov 30 06:02:35 2015 (r291468) @@ -53,9 +53,6 @@ extern int in_inithead(void **head, int extern int in_detachhead(void **head, int off); #endif -static void in_setifarnh(struct radix_node_head *rnh, uint32_t fibnum, - int af, void *_arg); - /* * Do what we need to do when inserting a route. */ _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
