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>
12 lines
213 B
Text
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"
|
|
|
|
|