summaryrefslogtreecommitdiffstats
path: root/contrib/amd/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-11-14 03:11:37 +0000
committerobrien <obrien@FreeBSD.org>1998-11-14 03:11:37 +0000
commitc6e3533e1e31cbf25e04688d244a8fc2af2e1972 (patch)
treea4eb3d7f17ca252572bc28a3ec00f1e8ebd00f5d /contrib/amd/conf
parent663d5a0f32ed8dfc091ffb6153161591ac6ba563 (diff)
downloadFreeBSD-src-c6e3533e1e31cbf25e04688d244a8fc2af2e1972.zip
FreeBSD-src-c6e3533e1e31cbf25e04688d244a8fc2af2e1972.tar.gz
Virgin import of AMD (am-utils) v6.0b1
Diffstat (limited to 'contrib/amd/conf')
-rw-r--r--contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h b/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h
index 915f014..44b0216 100644
--- a/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h
+++ b/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h
@@ -141,15 +141,16 @@ typedef writeargs nfswriteargs;
/*
*
- * FreeBSD 3.0 has NFS V3, but you need to regenrate the rpcsc header files
- * as follows:
+ * FreeBSD 3.0 snapshots have NFS V3, but you need to regenrate the rpcsc
+ * header files as follows:
* cd /usr/local/rpcsvc
* rpcgen -DWANT_NFS3 mount.x
* rpcgen -DWANT_NFS3 nfs_prot.x
* But that's not expected of everyone, plus there are additional things
- * needed so I define everything that's neede for NFS V3 here.
+ * needed so I define everything that's needed for NFS V3 here.
+ * The problem is fixed in FreeBSD-3.0-19981006-BETA hence this code is off.
*/
-#ifdef NFSMNT_NFSV3
+#ifdef NFSMNT_NFSV3_off
# define MOUNT_NFS3 MOUNT_NFS
# define MNTOPT_NFS3 "nfs"
OpenPOWER on IntegriCloud