1 $NetBSD: patch-ab,v 1.1.1.1 2007/03/01 00:34:14 xtraeme Exp $
3 --- encfs/encfs.h.orig 2007-03-01 01:04:54.000000000 +0100
4 +++ encfs/encfs.h 2007-03-01 01:05:30.000000000 +0100
6 struct fuse_file_info *info);
7 int encfs_write(const char *path, const char *buf, size_t size, off_t offset,
8 struct fuse_file_info *info);
9 +#if !defined (__NetBSD__) && !defined (__DragonFly__)
10 int encfs_statfs(const char *, struct statfs *fst);
12 +int encfs_statfs(const char *, struct statvfs *fst);
14 int encfs_fsync(const char *path, int flags, struct fuse_file_info *info);