summaryrefslogtreecommitdiff
path: root/sys/nfs
diff options
context:
space:
mode:
authorJim Rees <rees@cvs.openbsd.org>2002-01-28 22:36:20 +0000
committerJim Rees <rees@cvs.openbsd.org>2002-01-28 22:36:20 +0000
commit25c0c4a98aa43601dfcdba1a95b7841881369348 (patch)
treecf1c7cb1c23614f403f851ff0875378b705d6f61 /sys/nfs
parent3cfe96826e8eb8ef174cf747689f9f6ea43edab1 (diff)
add NFS_VER4
Diffstat (limited to 'sys/nfs')
-rw-r--r--sys/nfs/nfsproto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/nfs/nfsproto.h b/sys/nfs/nfsproto.h
index 64a2b618d19..163bd4db8e9 100644
--- a/sys/nfs/nfsproto.h
+++ b/sys/nfs/nfsproto.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfsproto.h,v 1.3 2001/06/25 03:28:15 csapuntz Exp $ */
+/* $OpenBSD: nfsproto.h,v 1.4 2002/01/28 22:36:19 rees Exp $ */
/* $NetBSD: nfsproto.h,v 1.1 1996/02/18 11:54:06 fvdl Exp $ */
/*
@@ -58,6 +58,7 @@
#define NFS_PROG 100003
#define NFS_VER2 2
#define NFS_VER3 3
+#define NFS_VER4 4
#define NFS_V2MAXDATA 8192
#define NFS_MAXDGRAMDATA 16384
#define NFS_MAXDATA 32768