summaryrefslogtreecommitdiffstats
path: root/sys/fs/nwfs/nwfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/nwfs/nwfs.h')
-rw-r--r--sys/fs/nwfs/nwfs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/fs/nwfs/nwfs.h b/sys/fs/nwfs/nwfs.h
index 3b25998..d7b2f62 100644
--- a/sys/fs/nwfs/nwfs.h
+++ b/sys/fs/nwfs/nwfs.h
@@ -76,8 +76,7 @@ struct nwmount {
int ncp_conn_logged_in(struct nwmount *);
int nwfs_ioctl(struct vop_ioctl_args *ap);
int nwfs_doio(struct vnode *vp, struct buf *bp, struct ucred *cr, struct thread *td);
-int nwfs_vinvalbuf(struct vnode *vp, int flags, struct ucred *cred,
- struct thread *td, int intrflg);
+int nwfs_vinvalbuf(struct vnode *vp, struct thread *td);
extern struct vop_vector nwfs_vnodeops;
OpenPOWER on IntegriCloud