pkgsrc/filesystems/fuse-unionfs/patches/patch-ab
agc d63977bad1 Initial import of unionfs-fuse-0.17 as fuse-unionfs-0.17 into the Packages
Collection.

	FUSE-based union filesystem, with almost limitless number of root
	directories.

	This utility is implementedd at the user level - to mount a series
	of roots, simply use:

		fuse-unionfs root1:root2:root3 <mountpoint>
2007-03-10 12:51:03 +00:00

12 lines
213 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2007/03/10 12:51:03 agc Exp $
--- opts.h 2007/03/10 00:36:42 1.1
+++ opts.h 2007/03/10 00:36:59
@@ -3,6 +3,7 @@
#include <fuse.h>
+#include <fuse_opt.h>
#include "unionfs.h"