hal/hald/linux2 osspec.c,1.13,1.14

David Zeuthen david at freedesktop.org
Tue Feb 22 08:23:30 PST 2005


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

Modified Files:
	osspec.c 
Log Message:
2005-02-22  David Zeuthen  <david at fubar.dk>

	* hald/linux2/osspec.c (osspec_init): Small fix for the kobject_uevent
	stuff

	* hald/hald_dbus.c (manager_find_device_by_capability): Patch from
	John (J5) Palmieri <johnp at redhat.com> Attached is a simple patch
	to fix the signature of the array container we are opening.



Index: osspec.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/osspec.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- osspec.c	14 Feb 2005 18:20:05 -0000	1.13
+++ osspec.c	22 Feb 2005 16:23:28 -0000	1.14
@@ -363,7 +363,7 @@
 	memset (&netlink_addr, 0, sizeof (netlink_addr));
 	netlink_addr.nl_family = AF_NETLINK;
 	netlink_addr.nl_pid = getpid ();
-	netlink_addr.nl_groups = 0xffffffff;15;//RTMGRP_LINK;//1 << 15 /*NETLINK_KOBJECT_UEVENT*/;
+	netlink_addr.nl_groups = 0xffffffff;//RTMGRP_LINK;//1 << 15 /*NETLINK_KOBJECT_UEVENT*/;
 
 	if (bind (netlink_fd, (struct sockaddr *) &netlink_addr, sizeof (netlink_addr)) < 0) {
 		DIE (("Unable to bind to netlink socket"));




More information about the hal-commit mailing list