We need the NFS version field initialized

This commit is contained in:
niklas 1999-03-01 15:47:25 +00:00
parent 35c0e2fdd7
commit 738d26ed72

View File

@ -0,0 +1,11 @@
--- nfs/syscalls.c.orig Tue Jun 30 14:24:56 1998
+++ nfs/syscalls.c Mon Mar 1 15:54:54 1999
@@ -72,7 +72,7 @@
#endif
bzero(&nfs_args, sizeof(nfs_args));
-#if defined(BSD4_4_LITE2) || defined(NETBSD)
+#if defined(BSD4_4_LITE2) || defined(NETBSD) || defined(__OpenBSD__)
nfs_args.version = NFS_ARGSVERSION;
#endif
nfs_args.wsize = 8192;