SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
sysutils/unionfs-fuse/patches/patch-src_fuse_ops_c
Normal file
12
sysutils/unionfs-fuse/patches/patch-src_fuse_ops_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: src/fuse_ops.c
|
||||
--- src/fuse_ops.c.orig
|
||||
+++ src/fuse_ops.c
|
||||
@@ -895,7 +895,7 @@ struct fuse_operations unionfs_oper = {
|
||||
.getattr = unionfs_getattr,
|
||||
.access = unionfs_access,
|
||||
.init = unionfs_init,
|
||||
- .ioctl = unionfs_ioctl,
|
||||
+ // .ioctl = unionfs_ioctl,
|
||||
.link = unionfs_link,
|
||||
.mkdir = unionfs_mkdir,
|
||||
.mknod = unionfs_mknod,
|
Loading…
Add table
Add a link
Reference in a new issue