SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for Linux capable of operating on files on MTP devices attached via USB to the local machine. On the local computer where the SIMPLE-MTPFS is mounted, the implementation makes use of FUSE (Filesystem in Userspace). The practical effect of this is that the end user can seamlessly interact with MTP device files. successfully tested with a Nokia Lumia 520. ok jasper@
13 lines
398 B
Plaintext
13 lines
398 B
Plaintext
$OpenBSD: patch-src_simple-mtpfs-fuse_h,v 1.1.1.1 2015/07/02 21:31:44 ajacoutot Exp $
|
|
--- src/simple-mtpfs-fuse.h.orig Mon Jun 29 17:26:18 2015
|
|
+++ src/simple-mtpfs-fuse.h Mon Jun 29 17:26:25 2015
|
|
@@ -23,7 +23,7 @@
|
|
#include <string>
|
|
#include <cstdlib>
|
|
extern "C" {
|
|
-# include <fuse/fuse.h>
|
|
+# include <fuse.h>
|
|
}
|
|
#include "simple-mtpfs-mtp-device.h"
|
|
#include "simple-mtpfs-tmp-files-pool.h"
|