summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-04-20 18:14:55 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-04-20 18:14:55 +0000
commitd9daf22ffc729b6815e3a854a74973ec71abbb0f (patch)
tree8114de2b8a02213022ae6c962ef1865d1c0fc845 /sys-apps/hal/files
parentMove einfo to elog and remove warning wrt the plugins, thanks to gustavoz for... (diff)
downloadgentoo-2-d9daf22ffc729b6815e3a854a74973ec71abbb0f.tar.gz
gentoo-2-d9daf22ffc729b6815e3a854a74973ec71abbb0f.tar.bz2
gentoo-2-d9daf22ffc729b6815e3a854a74973ec71abbb0f.zip
Re-order define for David Z
(Portage version: 2.1.2.4)
Diffstat (limited to 'sys-apps/hal/files')
-rw-r--r--sys-apps/hal/files/0.5.9/15_spec_fdi_matching.patch20
1 files changed, 11 insertions, 9 deletions
diff --git a/sys-apps/hal/files/0.5.9/15_spec_fdi_matching.patch b/sys-apps/hal/files/0.5.9/15_spec_fdi_matching.patch
index 9ad9d6589c0d..3410fd976ee6 100644
--- a/sys-apps/hal/files/0.5.9/15_spec_fdi_matching.patch
+++ b/sys-apps/hal/files/0.5.9/15_spec_fdi_matching.patch
@@ -187,12 +187,14 @@ Index: b/hald/device_info.c
Index: b/hald/rule.h
===================================================================
--- a/hald/rule.h 2007-03-07 16:52:19.000000000 -0500
-+++ b/hald/rule.h 2007-04-19 14:56:41.000000000 -0400
-@@ -63,6 +63,7 @@
- MATCH_INT,
- MATCH_UINT64,
- MATCH_BOOL,
-+ MATCH_DOUBLE,
- MATCH_EXISTS,
- MATCH_EMPTY,
- MATCH_ISASCII,
++++ b/hald/rule.h 2007-04-20 14:10:31.000000000 -0400
+@@ -79,7 +79,8 @@
+ MATCH_COMPARE_GE,
+ MATCH_SIBLING_CONTAINS,
+ MATCH_COMPARE_NE,
+- MATCH_CONTAINS_NOT
++ MATCH_CONTAINS_NOT,
++ MATCH_DOUBLE
+ } match_type;
+
+ /* a "rule" structure that is a generic node of the fdi file */