projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e62f94
)
fix
fuse_2_7_0_rc1
author
Miklos Szeredi
<miklos@szeredi.hu>
Thu, 3 May 2007 11:56:02 +0000
(11:56 +0000)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Thu, 3 May 2007 11:56:02 +0000
(11:56 +0000)
lib/mount_util.c
patch
|
blob
|
history
diff --git
a/lib/mount_util.c
b/lib/mount_util.c
index b82ab3b2b5a3a622b5d19dfa902c25c0478f89e0..02b2731fc32ff96199cd104ad2e0b7a6bb7c7260 100644
(file)
--- a/
lib/mount_util.c
+++ b/
lib/mount_util.c
@@
-44,11
+44,6
@@
int fuse_mnt_add_mount(const char *progname, const char *fsname,
progname);
exit(1);
}
- if (mkdir(tmp, 0) == -1) {
- fprintf(stderr, "%s: failed to mkdir %s: %s\n", progname, tmp,
- strerror(errno));
- exit(1);
- }
if (chdir(tmp)) {
fprintf(stderr, "%s: failed to chdir to %s: %s\n",
progname, tmp, strerror(errno));