Magellan Linux

Annotation of /trunk/udisks2/patches/udisks2-1.94.0-ntfs-3g.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1759 - (hide annotations) (download)
Mon Apr 30 13:08:44 2012 UTC (12 years, 1 month ago) by niro
Original Path: trunk/udisks2/patches/udisks-1.94.0-ntfs-3g.patch
File size: 147 byte(s)
-ntfs-3g patch for udisks2
1 niro 1759 --- src/udiskslinuxfilesystem.c
2     +++ src/udiskslinuxfilesystem.c
3     @@ -164,6 +164,7 @@
4     "vfat",
5     "exfat",
6     "ntfs",
7     + "ntfs-3g",
8     NULL,
9     };
10