diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-09 19:50:51 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-09 22:03:07 -0700 |
commit | bcad1a6f22662ff0d04a6ae417adb30550252d97 (patch) | |
tree | 2c73c2278eca7d7062ffef178669616c3afb1410 /example/cusexmp.c | |
parent | 463189cd121ce9a9f79d24c207e7c6c31898ea06 (diff) | |
download | libfuse-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.c | 2 |
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; |