aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_extattr.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2023-09-08 23:36:28 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-09-08 23:36:28 +0000
commit3555be0124a4f105c72d932f00071f332691e8cf (patch)
treebdbe54b6406920b6afd40072c7226e6aa68d08d9 /sys/kern/vfs_extattr.c
parent3b5fc5eead84bd75dedead71a7f3771882942fa7 (diff)
downloadsrc-3555be0124a4f105c72d932f00071f332691e8cf.tar.gz
src-3555be0124a4f105c72d932f00071f332691e8cf.zip
Move kern_extattr_* prototypes to <sys/syscallsubr.h>
All of the kern_* prototypes belong in this header. While here, sort the prototypes by function name. Reviewed by: dchagin Fixes: 6453d4240f6b vfs: Export exattr methods to reuse by Linuxulator Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D41766
Diffstat (limited to 'sys/kern/vfs_extattr.c')
-rw-r--r--sys/kern/vfs_extattr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c
index e178589067c1..dc1bbb58644b 100644
--- a/sys/kern/vfs_extattr.c
+++ b/sys/kern/vfs_extattr.c
@@ -43,6 +43,7 @@
#include <sys/vnode.h>
#include <sys/proc.h>
#include <sys/extattr.h>
+#include <sys/syscallsubr.h>
#include <security/audit/audit.h>
#include <security/mac/mac_framework.h>