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:
a4b0c77
)
follow the s/fuse_mount_ioslave/fuse_mount/g API change
author
Mark Glines
<mark@glines.org>
Fri, 19 Apr 2002 19:12:22 +0000
(19:12 +0000)
committer
Mark Glines
<mark@glines.org>
Fri, 19 Apr 2002 19:12:22 +0000
(19:12 +0000)
perl/Fuse.xs
patch
|
blob
|
history
diff --git
a/perl/Fuse.xs
b/perl/Fuse.xs
index f062a63cefdc39e1d3170cf2592fc91b54e20d85..7260e302279e8b1190c2e303ffb8049751c27dd5 100644
(file)
--- a/
perl/Fuse.xs
+++ b/
perl/Fuse.xs
@@
-562,7
+562,8
@@
perl_fuse_main(...)
croak("arg is not a code reference!");
}
}
- fd = fuse_mount_ioslave(mountpoint);
+ /* FIXME: need to pass fusermount arguments */
+ fd = fuse_mount(mountpoint,"");
if(fd < 0)
croak("could not mount fuse filesystem!");
fuse_loop(fuse_new(fd,debug ? FUSE_DEBUG : 0,&fops));