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 *);
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to