aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-unionfs/files/patch-unionfs.c
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-02-05 05:11:52 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-02-05 05:11:52 +0000
commitb69e50e666e77ae3ab49fcba811e4c42325f4d55 (patch)
treec1e0f9d182972196159e43b5f4cd04c4ffe6b70d /sysutils/fusefs-unionfs/files/patch-unionfs.c
parent4aff8f6863688bf8de1563eb6c77c5673ff4c194 (diff)
downloadports-b69e50e666e77ae3ab49fcba811e4c42325f4d55.tar.gz
ports-b69e50e666e77ae3ab49fcba811e4c42325f4d55.zip
Notes
Diffstat (limited to 'sysutils/fusefs-unionfs/files/patch-unionfs.c')
-rw-r--r--sysutils/fusefs-unionfs/files/patch-unionfs.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysutils/fusefs-unionfs/files/patch-unionfs.c b/sysutils/fusefs-unionfs/files/patch-unionfs.c
index f67481b1a4a2..884a3448e366 100644
--- a/sysutils/fusefs-unionfs/files/patch-unionfs.c
+++ b/sysutils/fusefs-unionfs/files/patch-unionfs.c
@@ -14,10 +14,3 @@
if (res == -1) return -errno;
-@@ -928,5 +923,5 @@
- }
-
- umask(0);
-- return fuse_main(args.argc, args.argv, &unionfs_oper, NULL);
-+ return fuse_main(args.argc, args.argv, &unionfs_oper);
- }