summaryrefslogtreecommitdiff
path: root/extra/udisks/fix_well_known_filesystems.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/udisks/fix_well_known_filesystems.patch')
-rw-r--r--extra/udisks/fix_well_known_filesystems.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/udisks/fix_well_known_filesystems.patch b/extra/udisks/fix_well_known_filesystems.patch
new file mode 100644
index 000000000..77eee26ba
--- /dev/null
+++ b/extra/udisks/fix_well_known_filesystems.patch
@@ -0,0 +1,12 @@
+diff -Nur udisks-1.0.3.orig/src/device.c udisks-1.0.3/src/device.c
+--- udisks-1.0.3.orig/src/device.c 2011-04-05 13:16:00.000000000 -0700
++++ udisks-1.0.3/src/device.c 2011-05-03 13:27:39.064679418 -0700
+@@ -5902,7 +5902,7 @@
+ "msdos",
+ "umsdos",
+ "vfat",
+- "exfat"
++ "exfat",
+ "ntfs",
+ NULL,
+ };