hal/hald/linux2 hotplug.c,1.21,1.22

Danny Kukawka dkukawka at kemper.freedesktop.org
Wed Jul 26 06:41:40 PDT 2006


Update of /cvs/hal/hal/hald/linux2
In directory kemper:/tmp/cvs-serv16643/hald/linux2

Modified Files:
	hotplug.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: hotplug.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/hotplug.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- hotplug.c	10 Jul 2006 23:34:47 -0000	1.21
+++ hotplug.c	26 Jul 2006 13:41:38 -0000	1.22
@@ -27,6 +27,7 @@
 #  include <config.h>
 #endif
 
+#include <ctype.h>
 #include <stdio.h>
 #include <string.h>
 #include <mntent.h>




More information about the hal-commit mailing list