projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
778794d
)
mount: whitespace fix. no code changes
author
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 22 Jan 2013 10:00:45 +0000
(11:00 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 22 Jan 2013 10:00:45 +0000
(11:00 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/mount.c
patch
|
blob
|
history
diff --git
a/util-linux/mount.c
b/util-linux/mount.c
index deedd17da465ee71cbc935ae0f5435600c9d75ee..62fd41fd75a1de05c6e92e7eac153295061207e0 100644
(file)
--- a/
util-linux/mount.c
+++ b/
util-linux/mount.c
@@
-1856,8
+1856,8
@@
static int singlemount(struct mntent *mp, int ignore_busy)
len, share,
share + len + 1 /* "dir1/dir2" */
);
- parse_mount_options(unc, &filteropts);
- if (ENABLE_FEATURE_CLEAN_UP) free(unc);
+ parse_mount_options(unc, &filteropts);
+ if (ENABLE_FEATURE_CLEAN_UP) free(unc);
}
lsa = host2sockaddr(hostname, 0);