Add a prototype for the new vop_stdvptocnp function.

Reviewed by:	kib
Approved by:	kib
Tested by:	pho
This commit is contained in:
Joe Marcus Clarke 2009-03-08 19:06:26 +00:00
parent f8ecc40737
commit f0ffa08370
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189540

View File

@ -658,6 +658,7 @@ int vop_stdadvlock(struct vop_advlock_args *ap);
int vop_stdadvlockasync(struct vop_advlockasync_args *ap);
int vop_stdpathconf(struct vop_pathconf_args *);
int vop_stdpoll(struct vop_poll_args *);
int vop_stdvptocnp(struct vop_vptocnp_args *ap);
int vop_stdvptofh(struct vop_vptofh_args *ap);
int vop_eopnotsupp(struct vop_generic_args *ap);
int vop_ebadf(struct vop_generic_args *ap);