From 1ca87c6022f8f9764964ecaf104f2e52282955c3 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 24 Nov 2003 23:41:18 +0000 Subject: You die now! git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1362 df743ca5-7f9a-e211-a948-0013205c9059 --- .../files/patch-libgnomevfs_gnome-vfs-unix-mounts.c | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c (limited to 'devel/gnomevfs2') diff --git a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c deleted file mode 100644 index 650aea16c..000000000 --- a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c +++ /dev/null @@ -1,19 +0,0 @@ ---- libgnomevfs/gnome-vfs-unix-mounts.c.orig Mon Nov 10 18:09:17 2003 -+++ libgnomevfs/gnome-vfs-unix-mounts.c Mon Nov 10 18:13:26 2003 -@@ -398,16 +398,6 @@ - mount_entry->is_read_only = TRUE; - } - --#ifdef HAVE_SYS_SYSCTL_H -- if (usermnt != 0) { -- if (stat (fstab->fs_file, &sb) == 0) { -- if (sb.st_uid != 0) { -- mount_entry->is_user_mountable = TRUE; -- } -- } -- } --#endif -- - *return_list = g_list_prepend (*return_list, mount_entry); - } - -- cgit v1.2.3