summaryrefslogtreecommitdiffstats
path: root/sysutils/hal/files/patch-hald_freebsd_hf-volume.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/hal/files/patch-hald_freebsd_hf-volume.c')
-rw-r--r--sysutils/hal/files/patch-hald_freebsd_hf-volume.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/sysutils/hal/files/patch-hald_freebsd_hf-volume.c b/sysutils/hal/files/patch-hald_freebsd_hf-volume.c
deleted file mode 100644
index 4fb0d95b4..000000000
--- a/sysutils/hal/files/patch-hald_freebsd_hf-volume.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- hald/freebsd/hf-volume.c.orig 2009-12-23 14:01:00.000000000 -0500
-+++ hald/freebsd/hf-volume.c 2009-12-23 14:01:25.000000000 -0500
-@@ -86,9 +86,12 @@ hf_volume_resolve_fuse (const char *spec
- {
- if (strcmp(fields[0], special) == 0)
- {
-+ char *ret;
-+
-+ ret = g_strdup(fields[1]);
- g_strfreev(fields);
- g_strfreev(lines);
-- return g_strdup(fields[1]);
-+ return ret;
- }
- }
- g_strfreev(fields);