Module Name:    src
Committed By:   christos
Date:           Mon Jan 17 19:12:31 UTC 2022

Modified Files:
        src/sys/sys: vnode.h

Log Message:
There is no more vaccess(9)


To generate a diff of this commit:
cvs rdiff -u -r1.298 -r1.299 src/sys/sys/vnode.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/vnode.h
diff -u src/sys/sys/vnode.h:1.298 src/sys/sys/vnode.h:1.299
--- src/sys/sys/vnode.h:1.298	Tue Oct 19 23:08:18 2021
+++ src/sys/sys/vnode.h	Mon Jan 17 14:12:31 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: vnode.h,v 1.298 2021/10/20 03:08:18 thorpej Exp $	*/
+/*	$NetBSD: vnode.h,v 1.299 2022/01/17 19:12:31 christos Exp $	*/
 
 /*-
  * Copyright (c) 2008, 2020 The NetBSD Foundation, Inc.
@@ -576,7 +576,6 @@ struct vnode;
 void	vfs_vnode_sysinit(void);
 int 	bdevvp(dev_t, struct vnode **);
 int 	cdevvp(dev_t, struct vnode **);
-int	vaccess(enum vtype, mode_t, uid_t, gid_t, mode_t, kauth_cred_t);
 void 	vattr_null(struct vattr *);
 void	vdevgone(int, int, int, enum vtype);
 int	vfinddev(dev_t, enum vtype, struct vnode **);

Reply via email to