fix
authorMiklos Szeredi <miklos@szeredi.hu>
Sun, 10 Oct 2004 08:04:55 +0000 (08:04 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Sun, 10 Oct 2004 08:04:55 +0000 (08:04 +0000)
perl/Fuse.xs

index 19bbe4f364b874ea97997c204340eb98ea2b145c..233139a6221fd4f52a8d9ba263810bda1b2b8f93 100644 (file)
@@ -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;