Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2023 17:17:34 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f97aab79868c - main - pst-raid: De-pessimize the building of i386 kernels
Message-ID:  <202311281717.3ASHHYrK095800@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=f97aab79868cd7d891c52b14bd964523fa56f015

commit f97aab79868cd7d891c52b14bd964523fa56f015
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-11-28 17:14:04 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-11-28 17:17:07 +0000

    pst-raid: De-pessimize the building of i386 kernels
    
    Add include of sys/proc.h
    
    Fixes: c4dacfa7f4b8
---
 sys/dev/pst/pst-raid.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/dev/pst/pst-raid.c b/sys/dev/pst/pst-raid.c
index b369a6d36fdc..de152f611e3a 100644
--- a/sys/dev/pst/pst-raid.c
+++ b/sys/dev/pst/pst-raid.c
@@ -39,6 +39,7 @@
 #include <sys/lock.h>
 #include <sys/malloc.h>
 #include <sys/mutex.h>
+#include <sys/proc.h>
 #include <sys/rman.h>
 
 #include <vm/vm.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311281717.3ASHHYrK095800>