Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2023 14:24:23 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 3b84bfafb98b - stable/13 - vfs: Deleting a doubled inclusion of sys/capsicum.h
Message-ID:  <202308071424.377EONQF025976@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



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