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:
d45baf4
)
fix
author
Miklos Szeredi
<miklos@szeredi.hu>
Sun, 10 Oct 2004 08:04:55 +0000
(08:04 +0000)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Sun, 10 Oct 2004 08:04:55 +0000
(08:04 +0000)
perl/Fuse.xs
patch
|
blob
|
history
diff --git
a/perl/Fuse.xs
b/perl/Fuse.xs
index 19bbe4f364b874ea97997c204340eb98ea2b145c..233139a6221fd4f52a8d9ba263810bda1b2b8f93 100644
(file)
--- a/
perl/Fuse.xs
+++ b/
perl/Fuse.xs
@@
-476,7
+476,7
@@
int _PLfuse_write (const char *file, const char *buf, size_t buflen, off_t off)
return rv;
}
-int _PLfuse_statfs (struct statfs *st) {
+int _PLfuse_statfs (
const char *file,
struct statfs *st) {
int rv;
char *rvstr;
dSP;