From 9f2b7bc4a8fe972dbd976bdbab71ed04fd7fd1b5 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 27 Sep 2004 19:44:39 +0000 Subject: [PATCH] style consistency. --- sys/nfsclient/nfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h index d93364e20b1..6be9001ab1f 100644 --- a/sys/nfsclient/nfs.h +++ b/sys/nfsclient/nfs.h @@ -293,7 +293,7 @@ int nfs_commit(struct vnode *vp, u_quad_t offset, int cnt, int nfs_readdirrpc(struct vnode *, struct uio *, struct ucred *); int nfs_nfsiodnew(void); int nfs_asyncio(struct nfsmount *, struct buf *, struct ucred *, struct thread *); -int nfs_doio(struct vnode *vp, struct buf *, struct ucred *, struct thread *); +int nfs_doio(struct vnode *, struct buf *, struct ucred *, struct thread *); void nfs_up(struct nfsreq *, struct nfsmount *, struct thread *, const char *, int); void nfs_down(struct nfsreq *, struct nfsmount *, struct thread *,