summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2013-12-17 07:17:23 +0000
committerjasper <jasper@openbsd.org>2013-12-17 07:17:23 +0000
commitb2d085eabfda627f681c54549d15e355c02bddaa (patch)
treeb476ae0bf1ec980e2172ea16e1b69910c28fa954
parentChange ip_output()'s non-optional arguments to be standard arguments (diff)
downloadwireguard-openbsd-b2d085eabfda627f681c54549d15e355c02bddaa.tar.xz
wireguard-openbsd-b2d085eabfda627f681c54549d15e355c02bddaa.zip
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