summaryrefslogtreecommitdiffstats
path: root/sysutils/hal/files/patch-hald_hf-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/hal/files/patch-hald_hf-storage.c')
-rw-r--r--sysutils/hal/files/patch-hald_hf-storage.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/sysutils/hal/files/patch-hald_hf-storage.c b/sysutils/hal/files/patch-hald_hf-storage.c
deleted file mode 100644
index 7f504c6c9..000000000
--- a/sysutils/hal/files/patch-hald_hf-storage.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- hald/freebsd/hf-storage.c.orig 2008-04-07 00:40:06.000000000 -0400
-+++ hald/freebsd/hf-storage.c 2008-04-07 00:40:37.000000000 -0400
-@@ -117,6 +117,7 @@ hf_storage_geom_has_partitions (const Ge
- if (g_node_n_children(node) > 0)
- return TRUE;
-
-+ /*
- if (hf_storage_class_is_partitionable(geom_obj->class) &&
- g_node_next_sibling(node) != NULL)
- {
-@@ -135,6 +136,7 @@ hf_storage_geom_has_partitions (const Ge
- return TRUE;
- }
- }
-+ */
-
- return FALSE;
- }