Date: Wed, 1 Mar 2023 08:43:09 GMT From: Dmitry Chagin <dchagin@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 97d640a2b48e - stable/13 - linux(4): Fix brackets of local include opt_inet6 Message-ID: <202303010843.3218h9AV028485@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=97d640a2b48e5b8232215ce2857b34ff1de2bc66 commit 97d640a2b48e5b8232215ce2857b34ff1de2bc66 Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2023-02-14 14:46:32 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2023-03-01 08:42:34 +0000 linux(4): Fix brackets of local include opt_inet6 MFC after: 2 weeks (cherry picked from commit 77f66834b059ae8327b731a19794788eed59178c) --- sys/compat/linux/linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/linux/linux.c b/sys/compat/linux/linux.c index 41297d549c26..54e5e40289fe 100644 --- a/sys/compat/linux/linux.c +++ b/sys/compat/linux/linux.c @@ -26,7 +26,7 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include <opt_inet6.h> +#include "opt_inet6.h" #include <sys/param.h> #include <sys/systm.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303010843.3218h9AV028485>