cleanup -Wall
authorderaadt <deraadt@openbsd.org>
Fri, 18 Apr 1997 10:13:23 +0000 (10:13 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 18 Apr 1997 10:13:23 +0000 (10:13 +0000)
sys/nfs/nfs_nqlease.c
sys/nfs/nfs_socket.c

index acb88b0..778eda1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: nfs_nqlease.c,v 1.8 1997/04/18 10:02:36 deraadt Exp $ */
+/*     $OpenBSD: nfs_nqlease.c,v 1.9 1997/04/18 10:13:23 deraadt Exp $ */
 /*     $NetBSD: nfs_nqlease.c,v 1.14 1996/02/18 14:06:50 fvdl Exp $    */
 
 /*
@@ -65,6 +65,7 @@
 #include <sys/buf.h>
 #include <sys/stat.h>
 #include <sys/protosw.h>
+#include <sys/namei.h>
 
 #include <netinet/in.h>
 #include <nfs/rpcv2.h>
index aa86db8..208c121 100644 (file)
@@ -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)