mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
MTPFS is a FUSE filesystem that supports reading aand writing from any MTP device (as supported by libmtp) WWW: http://www.adebenham.com/mtpfs/
11 lines
299 B
C
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;
|