From: Miklos Szeredi Date: Sun, 10 Oct 2004 08:04:55 +0000 (+0000) Subject: fix X-Git-Tag: fuse_1_9~1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ba3383c00c7bde293285c39adedf8c6a68233bd3;p=qemu-gpiodev%2Flibfuse.git fix --- diff --git a/perl/Fuse.xs b/perl/Fuse.xs index 19bbe4f..233139a 100644 --- 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;