summaryrefslogtreecommitdiff
path: root/sys-fs/udisks/files/udisks-1.0.2-ntfs-3g.patch
blob: b6ba4a4849a89a687092d945e69d17c40776b75c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Support ntfs-3g by default without entry in /etc/filesystems for write access.

--- src/device.c
+++ src/device.c
@@ -5909,6 +5909,7 @@
   "vfat",
   "exfat",
   "ntfs",
+  "ntfs-3g",
   NULL,
 };