Add VOP_FCNTL.
This commit is contained in:
parent
cca0c4f6de
commit
5896b56eae
@ -1,4 +1,4 @@
|
||||
# $NetBSD: vnode_if.src,v 1.18 1999/07/07 23:32:50 wrstuden Exp $
|
||||
# $NetBSD: vnode_if.src,v 1.19 1999/08/03 18:19:08 wrstuden Exp $
|
||||
#
|
||||
# Copyright (c) 1992, 1993
|
||||
# The Regents of the University of California. All rights reserved.
|
||||
@ -182,6 +182,18 @@ vop_ioctl {
|
||||
IN struct proc *p;
|
||||
};
|
||||
|
||||
#
|
||||
#% fcntl vp L L L
|
||||
#
|
||||
vop_fcntl {
|
||||
IN struct vnode *vp;
|
||||
IN u_int command;
|
||||
IN caddr_t data;
|
||||
IN int fflag;
|
||||
IN struct ucred *cred;
|
||||
IN struct proc *p;
|
||||
};
|
||||
|
||||
#
|
||||
#% poll vp U U U
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user