summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-09-27 19:44:39 +0000
committerphk <phk@FreeBSD.org>2004-09-27 19:44:39 +0000
commit46bdd46105252932832ff51f5b85a84876834ffa (patch)
tree64cfa31c01f7e77d0e8481e18bd78bfe933a3cfc /sys/nfsclient
parentcad6af1c8fe52138765eb6bdda35bc074d8a938e (diff)
downloadFreeBSD-src-46bdd46105252932832ff51f5b85a84876834ffa.zip
FreeBSD-src-46bdd46105252932832ff51f5b85a84876834ffa.tar.gz
style consistency.
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/nfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h
index d93364e..6be9001 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 *,
OpenPOWER on IntegriCloud