hal/hald/linux2/probing probe-volume.c,1.20,1.21

Danny Kukawka dkukawka at freedesktop.org
Wed Nov 9 10:54:42 PST 2005


Update of /cvs/hal/hal/hald/linux2/probing
In directory gabe:/tmp/cvs-serv960/hald/linux2/probing

Modified Files:
	probe-volume.c 
Log Message:
2005-11-09  Danny Kukawka  <danny.kukawka at web.de>

        * hald/linux2/osspec.c: (netlink_detection_data_ready): fixed compiler
        warning

        * hald/linux2/probing/probe-volume.c: (main): fixed compiler warning

        * tools/device-manager/hal-device-manager.in: fixed bug from last fix,
        removed '+' from inserted lines.



Index: probe-volume.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/probing/probe-volume.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- probe-volume.c	3 Nov 2005 01:35:56 -0000	1.20
+++ probe-volume.c	9 Nov 2005 18:54:40 -0000	1.21
@@ -358,7 +358,7 @@
 
 	if (is_disc) {
 		int type;
-		struct cdrom_tochdr toc_hdr;
+		struct cdrom_tochdr ; /* toc_hdr; */
 
 		/* defaults */
 		libhal_device_set_property_string (ctx, udi, "volume.disc.type", "unknown", &error);




More information about the hal-commit mailing list