Lines 1-6
Link Here
|
1 |
--- lib/helper.c.orig 2012-04-10 15:28:55.000000000 +0200 |
1 |
--- lib/helper.c.orig 2015-05-22 09:24:02 UTC |
2 |
+++ lib/helper.c 2012-07-31 00:06:11.384938678 +0200 |
2 |
+++ lib/helper.c |
3 |
@@ -31,7 +31,7 @@ |
3 |
@@ -31,7 +31,7 @@ enum { |
4 |
struct helper_opts { |
4 |
struct helper_opts { |
5 |
int singlethread; |
5 |
int singlethread; |
6 |
int foreground; |
6 |
int foreground; |
Lines 9-15
Link Here
|
9 |
char *mountpoint; |
9 |
char *mountpoint; |
10 |
}; |
10 |
}; |
11 |
|
11 |
|
12 |
@@ -42,8 +42,7 @@ |
12 |
@@ -42,8 +42,7 @@ static const struct fuse_opt fuse_helper |
13 |
FUSE_HELPER_OPT("debug", foreground), |
13 |
FUSE_HELPER_OPT("debug", foreground), |
14 |
FUSE_HELPER_OPT("-f", foreground), |
14 |
FUSE_HELPER_OPT("-f", foreground), |
15 |
FUSE_HELPER_OPT("-s", singlethread), |
15 |
FUSE_HELPER_OPT("-s", singlethread), |
Lines 19-25
Link Here
|
19 |
|
19 |
|
20 |
FUSE_OPT_KEY("-h", KEY_HELP), |
20 |
FUSE_OPT_KEY("-h", KEY_HELP), |
21 |
FUSE_OPT_KEY("--help", KEY_HELP), |
21 |
FUSE_OPT_KEY("--help", KEY_HELP), |
22 |
@@ -53,7 +52,6 @@ |
22 |
@@ -53,7 +52,6 @@ static const struct fuse_opt fuse_helper |
23 |
FUSE_OPT_KEY("-d", FUSE_OPT_KEY_KEEP), |
23 |
FUSE_OPT_KEY("-d", FUSE_OPT_KEY_KEEP), |
24 |
FUSE_OPT_KEY("debug", FUSE_OPT_KEY_KEEP), |
24 |
FUSE_OPT_KEY("debug", FUSE_OPT_KEY_KEEP), |
25 |
FUSE_OPT_KEY("fsname=", FUSE_OPT_KEY_KEEP), |
25 |
FUSE_OPT_KEY("fsname=", FUSE_OPT_KEY_KEEP), |
Lines 27-33
Link Here
|
27 |
FUSE_OPT_END |
27 |
FUSE_OPT_END |
28 |
}; |
28 |
}; |
29 |
|
29 |
|
30 |
@@ -123,24 +121,24 @@ |
30 |
@@ -123,24 +121,24 @@ static int fuse_helper_opt_proc(void *da |
31 |
} |
31 |
} |
32 |
} |
32 |
} |
33 |
|
33 |
|
Lines 59-65
Link Here
|
59 |
return res; |
59 |
return res; |
60 |
} |
60 |
} |
61 |
|
61 |
|
62 |
@@ -156,8 +154,8 @@ |
62 |
@@ -156,8 +154,8 @@ int fuse_parse_cmdline(struct fuse_args |
63 |
if (res == -1) |
63 |
if (res == -1) |
64 |
return -1; |
64 |
return -1; |
65 |
|
65 |
|