diff options
-rw-r--r-- | mount.c | 2 | ||||
-rw-r--r-- | util-linux/mount.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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); |