Obsolete golang-120
[oi-userland.git] / components / library / gnome-vfs / patches / gnome-vfs-11-zfs-trash.patch
blob021fe6f51b74f24756a8cee0877d2ab12fdac042
1 --- gnome-vfs-2.20.0-orig/libgnomevfs/gnome-vfs-filesystem-type.c 2007-09-17 18:00:46.000000000 +0100
2 +++ gnome-vfs-2.20.0-migi/libgnomevfs/gnome-vfs-filesystem-type.c 2007-11-08 16:54:57.983327965 +0000
3 @@ -85,6 +85,8 @@
4 { "xfs" , N_("XFS Linux Volume"), 1 },
5 { "xiafs" , N_("XIAFS Volume"), 0 },
6 { "cifs" , N_("CIFS Volume"), 1 },
7 + /* SUN_BRANDING */
8 + { "zfs" , N_("ZFS Volume"), 1 },
9 };
11 static struct FSInfo *
12 --- gnome-vfs-2.20.0-orig/libgnomevfs/gnome-vfs-volume.c 2007-11-08 16:53:39.848358165 +0000
13 +++ gnome-vfs-2.20.0-migi/libgnomevfs/gnome-vfs-volume.c 2007-11-08 16:56:01.527169813 +0000
14 @@ -416,6 +416,7 @@
15 * <row><entry>xfs</entry><entry>XFS Linux Volume</entry><entry>Yes</entry></row>
16 * <row><entry>xiafs</entry><entry>XIAFS Volume</entry><entry>No</entry></row>
17 * <row><entry>cifs</entry><entry>CIFS Volume</entry><entry>Yes</entry></row>
18 + * <row><entry>zfs</entry><entry>ZFS Volume</entry><entry>Yes</entry></row>
19 * </tbody>
20 * </tgroup>
21 * </table>