Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > f1ad6c5d9b30d0e2e8e35e54b3c81565 > files > 3

gnome-vfs2-2.18.1-2mdv2007.1.src.rpm

--- gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-filesystem-type.c.unionfs	2007-06-07 16:55:32.000000000 +0200
+++ gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-filesystem-type.c	2007-06-07 16:56:03.000000000 +0200
@@ -84,6 +84,7 @@ static struct FSInfo fs_data[] = {
 	{ "xfs"      , N_("XFS Linux Volume"), 1 },
 	{ "xiafs"    , N_("XIAFS Volume"), 0 },
 	{ "cifs"     , N_("CIFS Volume"), 1 },
+	{ "unionfs"  , N_("UnionFS Volume"), 1 },
 };
 
 static struct FSInfo *
--- gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-volume.c.unionfs	2007-04-10 14:03:59.000000000 +0200
+++ gnome-vfs-2.18.1/libgnomevfs/gnome-vfs-volume.c	2007-06-07 16:56:47.000000000 +0200
@@ -415,6 +415,7 @@ gnome_vfs_volume_get_hal_udi (GnomeVFSVo
  *    <row><entry>xfs</entry><entry>XFS Linux Volume</entry><entry>Yes</entry></row>
  *    <row><entry>xiafs</entry><entry>XIAFS Volume</entry><entry>No</entry></row>
  *    <row><entry>cifs</entry><entry>CIFS Volume</entry><entry>Yes</entry></row>
+ *    <row><entry>unionfs</entry><entry>UnionFS Volume</entry><entry>Yes</entry></row>
  *   </tbody>
  *  </tgroup>
  * </table>