Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / filesystems / fuse-encfs / patches / patch-ab
blob669917202ba3e84a13e70ff824974b995f4f3c32
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
5 @@ -48,7 +48,11 @@
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);
11 +#else
12 +int encfs_statfs(const char *, struct statvfs *fst);
13 +#endif
14  int encfs_fsync(const char *path, int flags, struct fuse_file_info *info);
16  #ifdef HAVE_XATTR