summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2013-12-17 07:17:24 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2013-12-17 07:17:24 +0000
commitd5b01b31b16bba13e3ed912ca55e6ed6689a1214 (patch)
tree1477feb9cb08185473f8f5cc9816b220ca7c1d8e
parent1cc212fc91a693d55635199144a14f3419adc203 (diff)
define FUSE_{MAJOR,MINOR}_VERSION which many fuse helpers assume is defined.
ok syl@
-rw-r--r--lib/libfuse/fuse.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libfuse/fuse.h b/lib/libfuse/fuse.h
index a8b89e63da8..8c84c462983 100644
--- a/lib/libfuse/fuse.h
+++ b/lib/libfuse/fuse.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fuse.h,v 1.10 2013/11/13 17:54:36 stsp Exp $ */
+/* $OpenBSD: fuse.h,v 1.11 2013/12/17 07:17:23 jasper Exp $ */
/*
* Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com>
*
@@ -160,6 +160,8 @@ struct fuse_operations {
#error "Fuse version < 26 not supported"
#endif
+#define FUSE_MAJOR_VERSION 2
+#define FUSE_MINOR_VERSION 6
/*
* API prototypes