Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-19 05:21:13 +0400
committerEric Andersen <andersen@codepoet.org>2000-09-19 05:21:13 +0400
commit252bacc9ea124fce5f8f0a4758fea6210c091845 (patch)
tree6890ec9b31657e82796fc4134baba7e77ee13fe9 /mount.c
parentfd3741d712bd8050eb8ef650cb453beb0fac4afe (diff)
Apply a patch from Chip Rosenthal <chip@unicom.com> to fix NFS mounting,
which had been inadvertantly broken... -Erik
Diffstat (limited to 'mount.c')
-rw-r--r--mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount.c b/mount.c
index 15ab5c997..455c33303 100644
--- a/mount.c
+++ b/mount.c
@@ -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);