diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-vfs2/distinfo | 3 | ||||
-rw-r--r-- | sysutils/gnome-vfs2/patches/patch-am | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/sysutils/gnome-vfs2/distinfo b/sysutils/gnome-vfs2/distinfo index f80c838db9b..f58a7f42f89 100644 --- a/sysutils/gnome-vfs2/distinfo +++ b/sysutils/gnome-vfs2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.18 2004/04/24 21:00:07 danw Exp $ +$NetBSD: distinfo,v 1.19 2004/04/28 08:16:44 jmmv Exp $ SHA1 (gnome-vfs-2.6.0.tar.bz2) = a5cfea7568259fc6fe98322a7a01eb70d8f5f615 Size (gnome-vfs-2.6.0.tar.bz2) = 1431274 bytes @@ -12,3 +12,4 @@ SHA1 (patch-ag) = 0bec8918c71b2aa470c96c4512b11f42550484c4 SHA1 (patch-ai) = 3a45cd84dfa025a52c7db3aab2cca85b540078a6 SHA1 (patch-ak) = 83694081f9484c3f71fd1867007652eff6e26f93 SHA1 (patch-al) = e0f4727c0c0415f5e0bc182b0ae94093d45b4cd0 +SHA1 (patch-am) = 51a0b9f06c1793a519286278207f81ea6831dbdb diff --git a/sysutils/gnome-vfs2/patches/patch-am b/sysutils/gnome-vfs2/patches/patch-am new file mode 100644 index 00000000000..95e5c91a893 --- /dev/null +++ b/sysutils/gnome-vfs2/patches/patch-am @@ -0,0 +1,16 @@ +$NetBSD: patch-am,v 1.5 2004/04/28 08:16:44 jmmv Exp $ + +--- libgnomevfs/gnome-vfs-unix-mounts.c.orig 2004-02-16 12:13:27.000000000 +0100 ++++ libgnomevfs/gnome-vfs-unix-mounts.c +@@ -411,7 +411,11 @@ get_mtab_monitor_file (void) + gboolean + _gnome_vfs_get_current_unix_mounts (GList **return_list) + { ++#ifdef FSTYPE_STATVFS ++ struct statvfs *mntent = NULL; ++#else + struct statfs *mntent = NULL; ++#endif + int num_mounts, i; + GnomeVFSUnixMount *mount_entry; + |