git: 437e1e37dfca - main - kern_sig.c: include sys/jail.h per style(9)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jul 2023 17:14:20 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=437e1e37dfcaa645f6cf5f1ddd98bbe68b4d4462 commit 437e1e37dfcaa645f6cf5f1ddd98bbe68b4d4462 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2023-07-25 00:13:37 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2023-07-25 17:13:17 +0000 kern_sig.c: include sys/jail.h per style(9) Fixes: e7228204343ac61d2316e74891e3606361a23f6e Sponsored by: DARPA --- sys/kern/kern_sig.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index d38cad182c30..b15ad12724f8 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -56,6 +56,7 @@ __FBSDID("$FreeBSD$"); #include <sys/event.h> #include <sys/fcntl.h> #include <sys/imgact.h> +#include <sys/jail.h> #include <sys/kernel.h> #include <sys/ktr.h> #include <sys/ktrace.h> @@ -91,8 +92,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_extern.h> #include <vm/uma.h> -#include <sys/jail.h> - #include <machine/cpu.h> #include <security/audit/audit.h>