openbsd-ports/net/sharity-light/patches/patch-nfs-version
espie 641e2c4c23 Remove gratuitous conflict with samba, by installing smbmount.8 under
a different name.

Check that fake works, it's a trivial fake.
2000-06-20 15:51:20 +00:00

12 lines
374 B
Plaintext

--- nfs/syscalls.c.orig Tue Jun 30 14:24:56 1998
+++ nfs/syscalls.c Tue Jun 20 17:45:53 2000
@@ -72,7 +72,7 @@ struct nfs_args nfs_args;
#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;