git: 3b84bfafb98b - stable/13 - vfs: Deleting a doubled inclusion of sys/capsicum.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 14:24:23 UTC
The branch stable/13 has been updated by dchagin:
URL: https://cgit.FreeBSD.org/src/commit/?id=3b84bfafb98beb33be1eeecb5d84f0d38de57b4a
commit 3b84bfafb98beb33be1eeecb5d84f0d38de57b4a
Author: Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-07-29 08:21:58 +0000
Commit: Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-08-07 14:22:59 +0000
vfs: Deleting a doubled inclusion of sys/capsicum.h
Reviewed by:
Differential Revision: https://reviews.freebsd.org/D41223
MFC after: 1 week
(cherry picked from commit dbac8474fe442a7fdbdcdc3ee4a9fe177b7bf46c)
---
sys/kern/vfs_cache.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c
index 36ac9c2ed6ab..acc09036742d 100644
--- a/sys/kern/vfs_cache.c
+++ b/sys/kern/vfs_cache.c
@@ -71,8 +71,6 @@ __FBSDID("$FreeBSD$");
#include <machine/_inttypes.h>
#endif
-#include <sys/capsicum.h>
-
#include <security/audit/audit.h>
#include <security/mac/mac_framework.h>