summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/kern/vfs_extattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/kern/vfs_extattr.c')
-rw-r--r--freebsd/sys/kern/vfs_extattr.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/freebsd/sys/kern/vfs_extattr.c b/freebsd/sys/kern/vfs_extattr.c
index 2903fd37..6d3181e9 100644
--- a/freebsd/sys/kern/vfs_extattr.c
+++ b/freebsd/sys/kern/vfs_extattr.c
@@ -1,3 +1,5 @@
+#include <machine/rtems-bsd-kernel-space.h>
+
/*-
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
@@ -491,6 +493,8 @@ kern_extattr_get_path(struct thread *td, const char *path, int attrnamespace,
* References: vp must be a valid reference for the duration of the call
*/
static int
+
+
extattr_delete_vp(struct vnode *vp, int attrnamespace, const char *attrname,
struct thread *td)
{