summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-06-01 04:44:00 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-06-01 04:44:00 +0000
commitea540b6fcf35ad64c78d0ad14d567a6bb9c18635 (patch)
tree23660169aa190be75b3268db23e8bb6234b628d8 /sys
parent8d4a0fc8b7e83dbd0f0d7321c3d21fc0a432dc4f (diff)
allow client-only kernel to be compiled.
Diffstat (limited to 'sys')
-rw-r--r--sys/nfs/nfs_nqlease.c4
-rw-r--r--sys/nfs/nfs_vfsops.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/nfs/nfs_nqlease.c b/sys/nfs/nfs_nqlease.c
index e5c4596cac4..d2628f046c5 100644
--- a/sys/nfs/nfs_nqlease.c
+++ b/sys/nfs/nfs_nqlease.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_nqlease.c,v 1.6 1996/04/21 22:30:20 deraadt Exp $ */
+/* $OpenBSD: nfs_nqlease.c,v 1.7 1996/06/01 04:43:58 mickey Exp $ */
/* $NetBSD: nfs_nqlease.c,v 1.14 1996/02/18 14:06:50 fvdl Exp $ */
/*
@@ -119,7 +119,7 @@ extern nfstype nfsv2_type[9];
extern nfstype nfsv3_type[9];
extern struct nfssvc_sock *nfs_udpsock, *nfs_cltpsock;
extern int nfsd_waiting;
-extern struct nfsstats nfsstats;
+struct nfsstats nfsstats;
#define TRUE 1
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c
index 9041cb09653..6ca197865b9 100644
--- a/sys/nfs/nfs_vfsops.c
+++ b/sys/nfs/nfs_vfsops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_vfsops.c,v 1.10 1996/05/28 13:44:08 deraadt Exp $ */
+/* $OpenBSD: nfs_vfsops.c,v 1.11 1996/06/01 04:43:59 mickey Exp $ */
/* $NetBSD: nfs_vfsops.c,v 1.46.4.1 1996/05/25 22:40:35 fvdl Exp $ */
/*
@@ -69,7 +69,7 @@
#include <nfs/nqnfs.h>
#include <nfs/nfs_var.h>
-struct nfsstats nfsstats;
+extern struct nfsstats nfsstats;
extern int nfs_ticks;
#ifdef notyet