Magellan Linux

Contents of /trunk/udisks/patches/udisks-1.0.3-ntfs3g.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1417 - (show annotations) (download)
Thu Jul 14 20:46:04 2011 UTC (12 years, 9 months ago) by niro
File size: 198 byte(s)
-added patches for udisks
1 Support ntfs-3g by default without entry in /etc/filesystems for write access.
2
3 --- src/device.c
4 +++ src/device.c
5 @@ -5909,6 +5909,7 @@
6 "vfat",
7 "exfat",
8 "ntfs",
9 + "ntfs-3g",
10 NULL,
11 };
12