summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_socket.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-18 10:13:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-18 10:13:28 +0000
commit19c1d13824edbaf2ed9f4061d2667b71abb76e2c (patch)
tree821641ea9833f792af23063203105bd1725f436e /sys/nfs/nfs_socket.c
parent1e1b6757466d58390f6df504eab7ce5c03607420 (diff)
cleanup -Wall
Diffstat (limited to 'sys/nfs/nfs_socket.c')
-rw-r--r--sys/nfs/nfs_socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_socket.c b/sys/nfs/nfs_socket.c
index aa86db8c7ac..208c121c37f 100644
--- a/sys/nfs/nfs_socket.c
+++ b/sys/nfs/nfs_socket.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_socket.c,v 1.9 1997/04/18 09:58:11 deraadt Exp $ */
+/* $OpenBSD: nfs_socket.c,v 1.10 1997/04/18 10:13:27 deraadt Exp $ */
/* $NetBSD: nfs_socket.c,v 1.27 1996/04/15 20:20:00 thorpej Exp $ */
/*
@@ -1216,7 +1216,7 @@ nfs_rephead(siz, nd, slp, err, cache, frev, mrq, mbp, bposp)
}
}
*mrq = mreq;
- if (mrq != NULL)n
+ if (mrq != NULL)
*mbp = mb;
*bposp = bpos;
if (err != 0 && err != NFSERR_RETVOID)