hal ChangeLog,1.482,1.483

David Zeuthen david at freedesktop.org
Tue Mar 15 18:58:04 PST 2005


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv22445

Modified Files:
	ChangeLog 
Log Message:
2005-03-15  David Zeuthen  <davidz at redhat.com>

	* hald/util.c (hal_util_get_string_from_file): Yikes, variable i
	needs to be a gint rather than an guint otherwise our for-loop
	with i >= 0 will continue with i < 0 (only seen on x86_64 with
	gcc4)

	* hald/linux2/classdev.c (serial_add): Also make an unsigned int
	an int cf. above comment



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.482
retrieving revision 1.483
diff -u -d -r1.482 -r1.483
--- ChangeLog	16 Mar 2005 02:20:15 -0000	1.482
+++ ChangeLog	16 Mar 2005 02:58:02 -0000	1.483
@@ -1,5 +1,15 @@
 2005-03-15  David Zeuthen  <davidz at redhat.com>
 
+	* hald/util.c (hal_util_get_string_from_file): Yikes, variable i
+	needs to be a gint rather than an guint otherwise our for-loop
+	with i >= 0 will continue with i < 0 (only seen on x86_64 with
+	gcc4)
+
+	* hald/linux2/classdev.c (serial_add): Also make an unsigned int
+	an int cf. above comment
+
+2005-03-15  David Zeuthen  <davidz at redhat.com>
+
 	* fdi/information/10freedesktop/10-usb-card-readers.fdi: Add
 	device-information for the builtin USB2 card reader in my HP Media
 	Center x86_64 box




More information about the hal-commit mailing list