5f6ba1d211
EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library. As with most encrypted filesystems, Encfs is meant to provide security against off-line attacks; ie your notebook or backups fall into the wrong hands, etc. Homepage: http://arg0.net/encfs
14 lines
398 B
Text
14 lines
398 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2007/03/01 00:34:14 xtraeme Exp $
|
|
|
|
--- encfs/encfs.h.orig 2007-03-01 01:13:44.000000000 +0100
|
|
+++ encfs/encfs.h 2007-03-01 01:14:09.000000000 +0100
|
|
@@ -22,6 +22,9 @@
|
|
#include "config.h"
|
|
#include <fuse.h>
|
|
#include <unistd.h>
|
|
+#include "../intl/autosprintf.h"
|
|
+
|
|
+using gnu::autosprintf;
|
|
|
|
#if defined(HAVE_SYS_XATTR_H) | defined(HAVE_ATTR_XATTR_H)
|
|
#define HAVE_XATTR
|