diff options
author | Dmitry Chagin <dchagin@FreeBSD.org> | 2023-02-14 14:46:32 +0000 |
---|---|---|
committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2023-02-14 14:46:32 +0000 |
commit | 77f66834b059ae8327b731a19794788eed59178c (patch) | |
tree | e73f62bd34888edca288f8f0141db30fbf031a4a /sys/compat/linux | |
parent | 32fdc75fe7276083d446964055b0de0e29970b7c (diff) | |
download | src-77f66834b059ae8327b731a19794788eed59178c.tar.gz src-77f66834b059ae8327b731a19794788eed59178c.zip |
linux(4): Fix brackets of local include opt_inet6
MFC after: 2 weeks
Diffstat (limited to 'sys/compat/linux')
-rw-r--r-- | sys/compat/linux/linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
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> |