Apply a patch from Chip Rosenthal <chip@unicom.com> to fix NFS mounting,

which had been inadvertantly broken...
 -Erik
This commit is contained in:
Eric Andersen 2000-09-19 01:21:13 +00:00
parent fd3741d712
commit 252bacc9ea
2 changed files with 2 additions and 2 deletions

View File

@ -485,7 +485,7 @@ singlemount:
fatalError("nfsmount failed: %s\n", strerror(errno));
rc = FALSE;
}
} else
}
#endif
rc = mount_one(device, directory, filesystemType, flags,
string_flags, useMtab, fakeIt, extra_opts, TRUE);

View File

@ -485,7 +485,7 @@ singlemount:
fatalError("nfsmount failed: %s\n", strerror(errno));
rc = FALSE;
}
} else
}
#endif
rc = mount_one(device, directory, filesystemType, flags,
string_flags, useMtab, fakeIt, extra_opts, TRUE);