summaryrefslogtreecommitdiffstats
path: root/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c')
-rw-r--r--devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c b/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c
deleted file mode 100644
index 6686b28ae..000000000
--- a/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- monitor/gphoto2/ggphoto2volume.c.orig 2008-07-22 09:29:19.000000000 -0400
-+++ monitor/gphoto2/ggphoto2volume.c 2008-07-22 23:22:30.000000000 -0400
-@@ -277,7 +277,11 @@ g_gphoto2_volume_new (GVolumeMonitor *
- return NULL;
-
- /* TODO: other OS'es? Will address this with DK aka HAL 2.0 */
-+#ifdef __FreeBSD__
-+ device_path = hal_device_get_property_string (drive_device, "freebsd.device_file");
-+#else
- device_path = hal_device_get_property_string (drive_device, "linux.device_file");
-+#endif
- if (strlen (device_path) == 0)
- device_path = NULL;
-