ports/net/glusterfs/files/patch-contrib_fuse-lib_mount.c
Danilo G. Baio 2cb3f8a71e net/glusterfs: Update to 3.11.1
- Regenerate patches

While here:
  - Fix Q/A errors (shebangfix)
  - Update WWW
  - Use OPSYS with OSVERSION

PR:		220674
Submitted by:	craig001@lerwick.hopto.org (maintainer)
Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D11550
2017-07-30 22:45:50 +00:00

10 lines
508 B
C

--- contrib/fuse-lib/mount.c.orig 2017-06-27 15:25:12 UTC
+++ contrib/fuse-lib/mount.c
@@ -382,6 +382,7 @@ fuse_mount_sys (const char *mountpoint,
build_iovec (&iov, &iovlen, "from", "/dev/fuse", -1);
build_iovec (&iov, &iovlen, "volname", source, -1);
build_iovec (&iov, &iovlen, "fd", fdstr, -1);
+ build_iovec (&iov, &iovlen, "allow_other", NULL, -1);
ret = nmount (iov, iovlen, mountflags);
#else
ret = mount (source, mountpoint, fstype, mountflags,