The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=6caae81d93e2a14fa42cb831506c3a60c25d9791
commit 6caae81d93e2a14fa42cb831506c3a60c25d9791 Author: Kyle Evans <[email protected]> AuthorDate: 2021-09-30 04:04:18 +0000 Commit: Kyle Evans <[email protected]> CommitDate: 2021-09-30 04:09:43 +0000 modules: netflow: need opt_inet.h This fixes the standalone build. --- sys/modules/netgraph/netflow/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/netgraph/netflow/Makefile b/sys/modules/netgraph/netflow/Makefile index 365c99b3ddbe..35e8e6db7f36 100644 --- a/sys/modules/netgraph/netflow/Makefile +++ b/sys/modules/netgraph/netflow/Makefile @@ -6,6 +6,6 @@ .PATH: ${SRCTOP}/sys/netgraph/netflow KMOD= ng_netflow -SRCS= ng_netflow.c netflow.c netflow_v9.c opt_inet6.h opt_route.h +SRCS= ng_netflow.c netflow.c netflow_v9.c opt_inet.h opt_inet6.h opt_route.h .include <bsd.kmod.mk> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
