diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-02 19:47:53 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-02 19:47:53 +0000 |
| commit | 2411b5a2bd61ed0f3779a15afa52366a5f5cd5ad (patch) | |
| tree | 715cd8ba959efafb7643c256960047e152cfa2a4 | |
| parent | 7fa5ad1d30e0632b4a3a5e04472622df34223eb4 (diff) | |
Notes
| -rw-r--r-- | contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h b/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h index d9ff5ef63654..6ebf490c0e8e 100644 --- a/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h +++ b/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h @@ -170,7 +170,7 @@ typedef writeargs nfswriteargs; */ #ifdef NFSMNT_NFSV3 -# define MOUNT_NFS3 MOUNT_NFS +# define MOUNT_NFS3 "nfs" /* is this right? */ # define MNTOPT_NFS3 "nfs" /* |
