Date: Tue, 8 Sep 2020 18:33:42 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r365468 - stable/12/sys/modules/if_vlan Message-ID: <202009081833.088IXgNi086146@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009081833.088IXgNi086146>