git: 97d640a2b48e - stable/13 - linux(4): Fix brackets of local include opt_inet6

From: Dmitry Chagin <dchagin_at_FreeBSD.org>
Date: Wed, 01 Mar 2023 08:43:09 UTC
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>