svn commit: r360017 - head/sys/net

Alexander V. Chernikov melifaro at FreeBSD.org
Thu Apr 16 17:53:24 UTC 2020


Author: melifaro
Date: Thu Apr 16 17:53:23 2020
New Revision: 360017
URL: https://svnweb.freebsd.org/changeset/base/360017

Log:
  Fix userland build broken by r360014.

Modified:
  head/sys/net/route.h

Modified: head/sys/net/route.h
==============================================================================
--- head/sys/net/route.h	Thu Apr 16 17:41:32 2020	(r360016)
+++ head/sys/net/route.h	Thu Apr 16 17:53:23 2020	(r360017)
@@ -346,6 +346,7 @@ struct rt_msghdr {
 #define RTAX_BRD	7	/* for NEWADDR, broadcast or p-p dest addr */
 #define RTAX_MAX	8	/* size of array to allocate */
 
+struct nhop_object;
 typedef int rt_filter_f_t(const struct rtentry *, const struct nhop_object *,
     void *);
 


More information about the svn-src-all mailing list