ports/sysutils/mtpfs/files/patch-mtpfs.c
Edwin Groothuis cafed55fb7 New port: sysutils/mtpfs MTP device filesystem
MTPFS is a FUSE filesystem that supports reading aand writing
	from any MTP device (as supported by libmtp)

	WWW: http://www.adebenham.com/mtpfs/
2007-09-08 05:10:39 +00:00

11 lines
299 B
C

--- mtpfs.c.orig Sun Jul 1 11:45:55 2007
+++ mtpfs.c Sun Jul 1 11:46:30 2007
@@ -921,7 +921,7 @@
*/
static int
-mtpfs_statfs (const char *path, struct statfs *stbuf)
+mtpfs_statfs (const char *path, struct statvfs *stbuf)
{
if (DEBUG) g_debug ("mtpfs_statfs");
stbuf->f_bsize=1024;