hal: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Tue Feb 20 05:50:38 PST 2007
hald/ids.c | 1 +
hald/linux/osspec.c | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
diff-tree c328baddf41e399cc6fbb42b6a35a4cf0b2c0c6e (from b482f32816004c50cb5e1390fe1a21b43b3392ed)
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Tue Feb 20 14:50:23 2007 +0100
fixed compiler warnings
Fixed some compiler warnings.
diff --git a/hald/ids.c b/hald/ids.c
index 3881aca..e28be8f 100644
--- a/hald/ids.c
+++ b/hald/ids.c
@@ -978,6 +978,7 @@ ids_find_pnp (const char *pnp_id, char *
/*==========================================================================*/
+void
ids_init (void)
{
pci_ids_init ();
diff --git a/hald/linux/osspec.c b/hald/linux/osspec.c
index c226a38..c7eceb1 100644
--- a/hald/linux/osspec.c
+++ b/hald/linux/osspec.c
@@ -576,8 +576,7 @@ osspec_probe (void)
should_decode_dmi = FALSE;
- hald_runner_set_method_run_notify
- ((HaldRunnerRunNotify*) hotplug_event_process_queue, NULL);
+ hald_runner_set_method_run_notify ((HaldRunnerRunNotify) hotplug_event_process_queue, NULL);
root = hal_device_new ();
hal_device_property_set_string (root, "info.subsystem", "unknown");
hal_device_property_set_string (root, "info.bus", "unknown");
More information about the hal-commit
mailing list