$NetBSD: patch-af,v 1.2 2019/04/10 21:37:51 maya Exp $

Fix build under NetBSD.

--- fuse-ext2/fuse-ext2.c.orig	2009-11-09 15:28:02.000000000 +0000
+++ fuse-ext2/fuse-ext2.c
@@ -78,6 +78,13 @@ static int strappend (char **dest, const
 	return 0;
 }
 
+#if !HAVE_DECL_FUSE_VERSION
+static int fuse_version (void)
+{
+	return FUSE_VERSION;
+}
+#endif
+
 static void usage (void)
 {
 	printf(usage_msg, PACKAGE, VERSION, fuse_version(), PACKAGE, HOME);
