Line 0
Link Here
|
|
|
1 |
--- libexfat/mount.c.orig 2018-09-15 05:03:24 UTC |
2 |
+++ libexfat/mount.c |
3 |
@@ -116,6 +116,10 @@ static void parse_options(struct exfat* ef, const char |
4 |
ef->repair = EXFAT_REPAIR_NO; |
5 |
break; |
6 |
} |
7 |
+#if defined(__FreeBSD__) |
8 |
+ ef->automounted = match_option(options, "automounted"); |
9 |
+#endif |
10 |
+ |
11 |
} |
12 |
|
13 |
static bool verify_vbr_checksum(const struct exfat* ef, void* sector) |