projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31ebb7b
)
Error out if FUSE_USE_VERSION is not defined
author
Nikolaus Rath
<Nikolaus@rath.org>
Fri, 7 Jul 2017 13:34:32 +0000
(15:34 +0200)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Fri, 7 Jul 2017 13:48:50 +0000
(15:48 +0200)
This is safer than making assumptions.
include/fuse_lowlevel.h
patch
|
blob
|
history
diff --git
a/include/fuse_lowlevel.h
b/include/fuse_lowlevel.h
index b9acc7e8bafa613705b8a53f25997500e2abe0b9..7a3036db987a5c3d1851b17b3861246cfe8f890f 100644
(file)
--- a/
include/fuse_lowlevel.h
+++ b/
include/fuse_lowlevel.h
@@
-19,7
+19,7
@@
*/
#ifndef FUSE_USE_VERSION
-#
define FUSE_USE_VERSION 30
+#
error FUSE_USE_VERSION not defined
#endif
#include "fuse_common.h"