git: 77f66834b059 - main - linux(4): Fix brackets of local include opt_inet6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Feb 2023 14:47:20 UTC
The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=77f66834b059ae8327b731a19794788eed59178c commit 77f66834b059ae8327b731a19794788eed59178c Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2023-02-14 14:46:32 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2023-02-14 14:46:32 +0000 linux(4): Fix brackets of local include opt_inet6 MFC after: 2 weeks --- 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 2208d6cb1b6d..3aa34a21e0c5 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>