aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/cuse.c2
-rw-r--r--example/hello.c2
-rw-r--r--example/hello_ll.c2
-rw-r--r--example/ioctl.c2
-rw-r--r--example/notify_inval_entry.c2
-rw-r--r--example/notify_inval_inode.c2
-rw-r--r--example/notify_store_retrieve.c2
-rw-r--r--example/null.c2
-rw-r--r--example/passthrough.c2
-rw-r--r--example/passthrough_fh.c2
-rw-r--r--example/passthrough_ll.c2
-rw-r--r--example/poll.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/example/cuse.c b/example/cuse.c
index cfbf753..da17b0d 100644
--- a/example/cuse.c
+++ b/example/cuse.c
@@ -31,7 +31,7 @@
*/
-#define FUSE_USE_VERSION 30
+#define FUSE_USE_VERSION 31
#include <config.h>
diff --git a/example/hello.c b/example/hello.c
index 8dec6ad..430a769 100644
--- a/example/hello.c
+++ b/example/hello.c
@@ -19,7 +19,7 @@
*/
-#define FUSE_USE_VERSION 30
+#define FUSE_USE_VERSION 31
#include <config.h>
diff --git a/example/hello_ll.c b/example/hello_ll.c
index da3a4fc..74d7191 100644
--- a/example/hello_ll.c
+++ b/example/hello_ll.c
@@ -18,7 +18,7 @@
* \include hello_ll.c
*/
-#define FUSE_USE_VERSION 30
+#define FUSE_USE_VERSION 31
#include <config.h>
diff --git a/example/ioctl.c b/example/ioctl.c
index 734765d..4053801 100644
--- a/example/ioctl.c
+++ b/example/ioctl.c
@@ -22,7 +22,7 @@
* \include ioctl.c
*/
-#define FUSE_USE_VERSION 30
+#define FUSE_USE_VERSION 31
#include <config.h>
diff --git a/example/notify_inval_entry.c b/example/notify_inval_entry.c
index 30192d1..b30d073 100644
--- a/example/notify_inval_entry.c
+++ b/example/notify_inval_entry.c
@@ -73,7 +73,7 @@
*/
-#define FUSE_USE_VERSION 30
+#define FUSE_USE_VERSION 31
#include <config.h>
diff --git a/example/notify_inval_inode.c b/example/notify_inval_inode.c
index 9bb9316..ebc5a5c 100644
--- a/example/notify_inval_inode.c
+++ b/example/notify_inval_inode.c
@@ -59,7 +59,7 @@
*/
-#define FUSE_USE_VERSION 30
+#define FUSE_USE_VERSION 31
#include <config.h>
diff --git a/example/notify_store_retrieve.c b/example/notify_store_retrieve.c
index c7e2957..79617e5 100644
--- a/example/notify_store_retrieve.c
+++ b/example/notify_store_retrieve.c
@@ -58,7 +58,7 @@
*/
-#define FUSE_USE_VERSION 30
+#define FUSE_USE_VERSION 31
#include <config.h>
diff --git a/example/null.c b/example/null.c
index bc99a84..3c9033b 100644
--- a/example/null.c
+++ b/example/null.c
@@ -22,7 +22,7 @@
*/
-#define FUSE_USE_VERSION 30
+#define FUSE_USE_VERSION 31
#include <config.h>
diff --git a/example/passthrough.c b/example/passthrough.c
index 0c635ca..b83c17f 100644
--- a/example/passthrough.c
+++ b/example/passthrough.c
@@ -23,7 +23,7 @@
*/
-#define FUSE_USE_VERSION 30
+#define FUSE_USE_VERSION 31
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/example/passthrough_fh.c b/example/passthrough_fh.c
index 372282e..909422a 100644
--- a/example/passthrough_fh.c
+++ b/example/passthrough_fh.c
@@ -23,7 +23,7 @@
* \include passthrough_fh.c
*/
-#define FUSE_USE_VERSION 30
+#define FUSE_USE_VERSION 31
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/example/passthrough_ll.c b/example/passthrough_ll.c
index 84dd847..fc633f5 100644
--- a/example/passthrough_ll.c
+++ b/example/passthrough_ll.c
@@ -28,7 +28,7 @@
*/
#define _GNU_SOURCE
-#define FUSE_USE_VERSION 30
+#define FUSE_USE_VERSION 31
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/example/poll.c b/example/poll.c
index 36a1371..8abca07 100644
--- a/example/poll.c
+++ b/example/poll.c
@@ -21,7 +21,7 @@
* \include poll.c
*/
-#define FUSE_USE_VERSION 30
+#define FUSE_USE_VERSION 31
#include <config.h>