Blob Blame History Raw
Patch by Chris Caron <lead2gold@gmail.com> for jmtpfs >= 0.4 to build with
fuse as shipped by Red Hat Enterprise Linux 6 (and derivates like CentOS).

--- jmtpfs-0.4/src/jmtpfs.cpp		2012-05-11 19:17:33.000000000 -0400
+++ jmtpfs-0.4/src/jmtpfs.cpp.fuse	2013-10-14 17:31:49.000000000 -0400
@@ -35,6 +35,13 @@
 
 #define JMTPFS_VERSION "0.4"
 
+/* 
+ * FUSE_OPT_END placed by Chris Caron <lead2gold@gmail.com>
+ * To allow code to compile in Centos 6.x Enviroment
+ *
+ */
+#define FUSE_OPT_END { NULL, 0, 0 }
+
 using namespace std;
 
 /*