Skip to content

Commit

Permalink
Add a prototype for the new vop_stdvptocnp function.
Browse files Browse the repository at this point in the history
Reviewed by:	kib
Approved by:	kib
Tested by:	pho
  • Loading branch information
xorrkaz committed Mar 8, 2009
1 parent f8ecc40 commit f0ffa08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/sys/vnode.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f0ffa08

Please sign in to comment.