summaryrefslogtreecommitdiffstats
path: root/sys/nfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfs')
-rw-r--r--sys/nfs/nfs_common.c3
-rw-r--r--sys/nfs/nfs_nqlease.c3
-rw-r--r--sys/nfs/nfs_subs.c3
-rw-r--r--sys/nfs/nfs_syscalls.c9
4 files changed, 6 insertions, 12 deletions
diff --git a/sys/nfs/nfs_common.c b/sys/nfs/nfs_common.c
index a482b58..7820a81 100644
--- a/sys/nfs/nfs_common.c
+++ b/sys/nfs/nfs_common.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.3 (Berkeley) 1/4/94
- * $Id: nfs_subs.c,v 1.45 1997/10/28 14:06:22 bde Exp $
+ * $Id: nfs_subs.c,v 1.46 1997/10/28 15:59:08 bde Exp $
*/
/*
@@ -1216,7 +1216,6 @@ nfs_loadattrcache(vpp, mdp, dposp, vaper)
struct timespec mtime;
struct vnode *nvp;
int v3 = NFS_ISV3(vp);
- struct proc *p = curproc;
md = *mdp;
t1 = (mtod(md, caddr_t) + md->m_len) - *dposp;
diff --git a/sys/nfs/nfs_nqlease.c b/sys/nfs/nfs_nqlease.c
index ce2a34e..f4b74ca 100644
--- a/sys/nfs/nfs_nqlease.c
+++ b/sys/nfs/nfs_nqlease.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_nqlease.c 8.9 (Berkeley) 5/20/95
- * $Id: nfs_nqlease.c,v 1.30 1997/10/12 20:25:41 phk Exp $
+ * $Id: nfs_nqlease.c,v 1.31 1997/10/28 15:59:03 bde Exp $
*/
@@ -644,7 +644,6 @@ nqnfs_serverd()
register struct nqhost *lph;
struct nqlease *nextlp;
struct nqm *lphnext, *olphnext;
- struct mbuf *n;
int i, len, ok;
for (lp = nqtimerhead.cqh_first; lp != (void *)&nqtimerhead;
diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c
index a482b58..7820a81 100644
--- a/sys/nfs/nfs_subs.c
+++ b/sys/nfs/nfs_subs.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.3 (Berkeley) 1/4/94
- * $Id: nfs_subs.c,v 1.45 1997/10/28 14:06:22 bde Exp $
+ * $Id: nfs_subs.c,v 1.46 1997/10/28 15:59:08 bde Exp $
*/
/*
@@ -1216,7 +1216,6 @@ nfs_loadattrcache(vpp, mdp, dposp, vaper)
struct timespec mtime;
struct vnode *nvp;
int v3 = NFS_ISV3(vp);
- struct proc *p = curproc;
md = *mdp;
t1 = (mtod(md, caddr_t) + md->m_len) - *dposp;
diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c
index 6821386..074a008 100644
--- a/sys/nfs/nfs_syscalls.c
+++ b/sys/nfs/nfs_syscalls.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_syscalls.c 8.5 (Berkeley) 3/30/95
- * $Id: nfs_syscalls.c,v 1.30 1997/10/28 15:59:11 bde Exp $
+ * $Id: nfs_syscalls.c,v 1.31 1997/11/06 19:29:42 phk Exp $
*/
#include <sys/param.h>
@@ -604,7 +604,6 @@ nfssvc_nfsd(nsd, argp, p)
} else if (nfs_privport) {
/* Check if source port is privileged */
u_short port;
- u_long addr;
struct sockaddr *nam = nd->nd_nam;
struct sockaddr_in *sin;
@@ -757,11 +756,10 @@ static int
nfssvc_iod(p)
struct proc *p;
{
- register struct buf *bp, *nbp;
+ register struct buf *bp;
register int i, myiod;
- struct vnode *vp;
struct nfsmount *nmp;
- int error = 0, s;
+ int error = 0;
/*
* Assign my position or return error if too many already running
@@ -842,7 +840,6 @@ nfsrv_zapsock(slp)
register struct nfsrv_descript *nwp, *nnwp;
struct socket *so;
struct file *fp;
- struct mbuf *m;
struct nfsrv_rec *rec;
int s;
OpenPOWER on IntegriCloud