aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mount.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-17 16:28:10 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-17 16:28:10 +0000
commit9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e (patch)
tree94c3c0678d1349497abe2db6004e9331e50f6d37 /util-linux/mount.c
parenta6127aacef047ed7661722705b052811fbe7f467 (diff)
downloadbusybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.gz
busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.bz2
busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.zip
whitespace cleanup
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r--util-linux/mount.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c
index ea96fb5b0..6176de3a1 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -673,7 +673,7 @@ get_mountport(struct sockaddr_in *server_addr,
673 p.pm_vers = version; 673 p.pm_vers = version;
674 p.pm_prot = proto; 674 p.pm_prot = proto;
675 p.pm_port = port; 675 p.pm_port = port;
676 676
677 while (pmap) { 677 while (pmap) {
678 if (pmap->pml_map.pm_prog != prog) 678 if (pmap->pml_map.pm_prog != prog)
679 goto next; 679 goto next;
@@ -1315,7 +1315,7 @@ static int singlemount(struct mntent *mp, int ignore_busy)
1315 s = strrchr(mp->mnt_fsname, '\\'); 1315 s = strrchr(mp->mnt_fsname, '\\');
1316 if (s == mp->mnt_fsname+1) goto report_error; 1316 if (s == mp->mnt_fsname+1) goto report_error;
1317 *s = 0; 1317 *s = 0;
1318 he = gethostbyname(mp->mnt_fsname+2); 1318 he = gethostbyname(mp->mnt_fsname+2);
1319 *s = '\\'; 1319 *s = '\\';
1320 if (!he) goto report_error; 1320 if (!he) goto report_error;
1321 1321
@@ -1517,7 +1517,7 @@ int mount_main(int argc, char **argv)
1517 if (rc) bb_perror_msg_and_die("%s", argv[0]); 1517 if (rc) bb_perror_msg_and_die("%s", argv[0]);
1518 goto clean_up; 1518 goto clean_up;
1519 } 1519 }
1520 1520
1521 // Open either fstab or mtab 1521 // Open either fstab or mtab
1522 1522
1523 if (parse_mount_options(cmdopts,0) & MS_REMOUNT) 1523 if (parse_mount_options(cmdopts,0) & MS_REMOUNT)