git: dbac8474fe44 - main - vfs: Deleting a doubled inclusion of sys/capsicum.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Jul 2023 08:22:53 UTC
The branch main has been updated by dchagin:
URL: https://cgit.FreeBSD.org/src/commit/?id=dbac8474fe442a7fdbdcdc3ee4a9fe177b7bf46c
commit dbac8474fe442a7fdbdcdc3ee4a9fe177b7bf46c
Author: Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-07-29 08:21:58 +0000
Commit: Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-07-29 08:21:58 +0000
vfs: Deleting a doubled inclusion of sys/capsicum.h
Reviewed by:
Differential Revision: https://reviews.freebsd.org/D41223
MFC after: 1 week
---
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 d315892953e1..1b4d66afbbe5 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>