aboutsummaryrefslogtreecommitdiffstats
path: root/example/cusexmp.c
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-10-09 19:50:51 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-10-09 22:03:07 -0700
commitbcad1a6f22662ff0d04a6ae417adb30550252d97 (patch)
tree2c73c2278eca7d7062ffef178669616c3afb1410 /example/cusexmp.c
parent463189cd121ce9a9f79d24c207e7c6c31898ea06 (diff)
downloadlibfuse-bcad1a6f22662ff0d04a6ae417adb30550252d97.tar.gz
Renamed ioctl and poll examples
The new names should make it more obvious at first glance what each example demonstrates.
Diffstat (limited to 'example/cusexmp.c')
-rw-r--r--example/cusexmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/cusexmp.c b/example/cusexmp.c
index 8d22075..a9f3365 100644
--- a/example/cusexmp.c
+++ b/example/cusexmp.c
@@ -35,7 +35,7 @@
#include <unistd.h>
#include <errno.h>
-#include "fioc.h"
+#include "ioctl.h"
static void *cusexmp_buf;
static size_t cusexmp_size;