svn commit: r365468 - stable/12/sys/modules/if_vlan

John Baldwin jhb at FreeBSD.org
Tue Sep 8 18:33:44 UTC 2020


Author: jhb
Date: Tue Sep  8 18:33:41 2020
New Revision: 365468
URL: https://svnweb.freebsd.org/changeset/base/365468

Log:
  Partial MFC 357275: if_vlan grew a dependency on opt_inet6.h in r356993

Modified:
  stable/12/sys/modules/if_vlan/Makefile

Modified: stable/12/sys/modules/if_vlan/Makefile
==============================================================================
--- stable/12/sys/modules/if_vlan/Makefile	Tue Sep  8 18:29:20 2020	(r365467)
+++ stable/12/sys/modules/if_vlan/Makefile	Tue Sep  8 18:33:41 2020	(r365468)
@@ -4,6 +4,6 @@
 
 KMOD=	if_vlan
 SRCS=	if_vlan.c
-SRCS+=	opt_inet.h opt_vlan.h opt_ratelimit.h
+SRCS+=	opt_inet.h opt_inet6.h opt_vlan.h opt_ratelimit.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-stable mailing list