diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-10-28 14:12:42 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-10-28 14:12:42 +0000 |
commit | ca925774ae803000eb5d0cbc87ab7128bb1e083f (patch) | |
tree | 8c395855ce83bd5ae30a5379505067032afa4e96 /sys/nfs/nfs_var.h | |
parent | 8c85274aa7e3c66bcc1089d969cf2d84e93890cd (diff) |
Remove the "frev" argument from nfs_rephead(); and clean up the "frev"
variables, that are declared all over, since they are passed via macros
to nfs_rephead(); which doesn't do anything with it.
OK krw@
Diffstat (limited to 'sys/nfs/nfs_var.h')
-rw-r--r-- | sys/nfs/nfs_var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_var.h b/sys/nfs/nfs_var.h index 31116a15f80..14adc66a120 100644 --- a/sys/nfs/nfs_var.h +++ b/sys/nfs/nfs_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_var.h,v 1.30 2007/10/14 19:34:41 thib Exp $ */ +/* $OpenBSD: nfs_var.h,v 1.31 2007/10/28 14:12:41 thib Exp $ */ /* $NetBSD: nfs_var.h,v 1.3 1996/02/18 11:53:54 fvdl Exp $ */ /* @@ -214,7 +214,7 @@ int nfs_request(struct vnode *, struct mbuf *, int, struct proc *, struct ucred *, struct mbuf **, struct mbuf **, caddr_t *); int nfs_rephead(int, struct nfsrv_descript *, struct nfssvc_sock *, int, - u_quad_t *, struct mbuf **, struct mbuf **, caddr_t *); + struct mbuf **, struct mbuf **, caddr_t *); void nfs_timer(void *); int nfs_sigintr(struct nfsmount *, struct nfsreq *, struct proc *); int nfs_sndlock(int *, struct nfsreq *); |