aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-19 01:21:13 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-19 01:21:13 +0000
commit252bacc9ea124fce5f8f0a4758fea6210c091845 (patch)
tree6890ec9b31657e82796fc4134baba7e77ee13fe9
parentfd3741d712bd8050eb8ef650cb453beb0fac4afe (diff)
downloadbusybox-w32-252bacc9ea124fce5f8f0a4758fea6210c091845.tar.gz
busybox-w32-252bacc9ea124fce5f8f0a4758fea6210c091845.tar.bz2
busybox-w32-252bacc9ea124fce5f8f0a4758fea6210c091845.zip
Apply a patch from Chip Rosenthal <chip@unicom.com> to fix NFS mounting,
which had been inadvertantly broken... -Erik
-rw-r--r--mount.c2
-rw-r--r--util-linux/mount.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mount.c b/mount.c
index 15ab5c997..455c33303 100644
--- a/mount.c
+++ b/mount.c
@@ -485,7 +485,7 @@ singlemount:
485 fatalError("nfsmount failed: %s\n", strerror(errno)); 485 fatalError("nfsmount failed: %s\n", strerror(errno));
486 rc = FALSE; 486 rc = FALSE;
487 } 487 }
488 } else 488 }
489#endif 489#endif
490 rc = mount_one(device, directory, filesystemType, flags, 490 rc = mount_one(device, directory, filesystemType, flags,
491 string_flags, useMtab, fakeIt, extra_opts, TRUE); 491 string_flags, useMtab, fakeIt, extra_opts, TRUE);
diff --git a/util-linux/mount.c b/util-linux/mount.c
index 15ab5c997..455c33303 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -485,7 +485,7 @@ singlemount:
485 fatalError("nfsmount failed: %s\n", strerror(errno)); 485 fatalError("nfsmount failed: %s\n", strerror(errno));
486 rc = FALSE; 486 rc = FALSE;
487 } 487 }
488 } else 488 }
489#endif 489#endif
490 rc = mount_one(device, directory, filesystemType, flags, 490 rc = mount_one(device, directory, filesystemType, flags,
491 string_flags, useMtab, fakeIt, extra_opts, TRUE); 491 string_flags, useMtab, fakeIt, extra_opts, TRUE);