hal/hald-runner runner.c,1.7,1.8
Danny Kukawka
dkukawka at kemper.freedesktop.org
Wed Jul 26 06:41:40 PDT 2006
Update of /cvs/hal/hal/hald-runner
In directory kemper:/tmp/cvs-serv16643/hald-runner
Modified Files:
runner.c
Log Message:
2006-07-26 Danny Kukawka <danny.kukawka at web.de>
* hald-runner/runner.c: (hash_kill_udi): fixed compiler warning
about incompatible pointer types
* hald/linux2/hotplug.c: include ctype.h to fix compiler warning
Index: runner.c
===================================================================
RCS file: /cvs/hal/hal/hald-runner/runner.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- runner.c 9 Feb 2006 16:32:24 -0000 1.7
+++ runner.c 26 Jul 2006 13:41:38 -0000 1.8
@@ -330,9 +330,10 @@
g_hash_table_remove(udi_hash, udi);
}
-static void
+static gboolean
hash_kill_udi(gpointer key, gpointer value, gpointer user_data) {
do_kill_udi(key);
+ return TRUE;
}
/* Kill all running request*/
More information about the hal-commit
mailing list