Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Feb 2022 06:55:57 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 38a7a435053c - stable/13 - vm/vm_pager.h: use sys/systm.h header
Message-ID:  <202202080655.2186tv0R053549@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

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

commit 38a7a435053c25c71fc888509a450a4715d0c771
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-02-01 03:54:26 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-02-08 06:42:07 +0000

    vm/vm_pager.h: use sys/systm.h header
    
    (cherry picked from commit f4cdb9d7c3f2ca277c0e90540595164a109f84c1)
---
 sys/vm/vm_pager.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h
index 098d48ea3d9d..e332231a77c6 100644
--- a/sys/vm/vm_pager.h
+++ b/sys/vm/vm_pager.h
@@ -44,7 +44,7 @@
 #ifndef	_VM_PAGER_
 #define	_VM_PAGER_
 
-#include <sys/queue.h>
+#include <sys/systm.h>
 
 TAILQ_HEAD(pagerlst, vm_object);
 struct vnode;



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