summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrees <rees@openbsd.org>2002-01-28 22:36:19 +0000
committerrees <rees@openbsd.org>2002-01-28 22:36:19 +0000
commit3e38a38a688f3f7bf496c7e3a680f87e1a96caa1 (patch)
treeebed38825ac5bbb7f8820f690f9ecd7196714df5
parentmatch on corega CGWLPCIA11; from <jonathon.fletcher@pobox.com> (diff)
downloadwireguard-openbsd-3e38a38a688f3f7bf496c7e3a680f87e1a96caa1.tar.xz
wireguard-openbsd-3e38a38a688f3f7bf496c7e3a680f87e1a96caa1.zip
add NFS_VER4
-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