diff options
author | Jim Rees <rees@cvs.openbsd.org> | 2002-01-28 22:36:20 +0000 |
---|---|---|
committer | Jim Rees <rees@cvs.openbsd.org> | 2002-01-28 22:36:20 +0000 |
commit | 25c0c4a98aa43601dfcdba1a95b7841881369348 (patch) | |
tree | cf1c7cb1c23614f403f851ff0875378b705d6f61 /sys/nfs | |
parent | 3cfe96826e8eb8ef174cf747689f9f6ea43edab1 (diff) |
add NFS_VER4
Diffstat (limited to 'sys/nfs')
-rw-r--r-- | sys/nfs/nfsproto.h | 3 |
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 |