Author: melifaro
Date: Sat Apr 25 09:25:06 2020
New Revision: 360294
URL: https://svnweb.freebsd.org/changeset/base/360294
Log:
Fix userland build broken by r360292.
Modified:
head/sys/net/route.h
Modified: head/sys/net/route.h
==============================================================================
--- head/sys/net/route.h Sat Apr 25 09:17:49 2020 (r360293)
+++ head/sys/net/route.h Sat Apr 25 09:25:06 2020 (r360294)
@@ -331,6 +331,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 rtentry;
struct nhop_object;
typedef int rt_filter_f_t(const struct rtentry *, const struct nhop_object *,
void *);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"