summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-05-22 17:33:19 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-05-22 17:33:19 +0000
commit88efda90023aa7986f7bce3b1c831233240ce4ee (patch)
treee052d641edfcb363397912629ff7fa2257997173 /sys
parent54d0928be97850c96fcb9d38be20784ebb615fa2 (diff)
NFS_MAXID
Diffstat (limited to 'sys')
-rw-r--r--sys/nfs/nfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h
index 919a5040682..7d794cf0ba6 100644
--- a/sys/nfs/nfs.h
+++ b/sys/nfs/nfs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs.h,v 1.9 2000/05/19 16:54:52 mickey Exp $ */
+/* $OpenBSD: nfs.h,v 1.10 2000/05/22 17:33:18 mickey Exp $ */
/* $NetBSD: nfs.h,v 1.10.4.1 1996/05/27 11:23:56 fvdl Exp $ */
/*
@@ -239,6 +239,7 @@ struct nfsstats {
*/
#define NFS_NFSSTATS 1 /* struct: struct nfsstats */
#define NFS_NIOTHREADS 2 /* number of i/o threads */
+#define NFS_MAXID 3
#define FS_NFS_NAMES { \
{ 0, 0 }, \