Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1417 - (hide annotations) (download)
Thu Jul 14 20:46:04 2011 UTC (12 years, 10 months ago) by niro
File size: 198 byte(s)
-added patches for udisks
1 niro 1417 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