hal/tools lshal.c,1.8,1.9

David Zeuthen david at freedesktop.org
Thu Oct 14 12:16:32 PDT 2004


Update of /cvs/hal/hal/tools
In directory gabe:/tmp/cvs-serv1586/tools

Modified Files:
	lshal.c 
Log Message:
2004-10-14  David Zeuthen  <davidz at redhat.com>

	Patch from Sjoerd Simons <sjoerd at luon.net>.

	* hald/Makefile.am: Add -lm to hald_LDADD so it actually compiles
	on my debian system :)

2004-10-14  David Zeuthen  <davidz at redhat.com>

	Patch from Sjoerd Simons <sjoerd at luon.net>.

	* tools/lshal.c: include <dbus/dbus-glib-lowlevel.h> so the
	compiler doesn't complain about dbus_connection_setup_with_g_main
	not being declared.

2004-10-14  David Zeuthen  <davidz at redhat.com>

	Patch from Sjoerd Simons <sjoerd at luon.net>.

	* hald/hald_dbus.c: When hal is running with dropped priv's the
	callouts are currently too. So allow hal's euid. And fix a compile
	warning too.



Index: lshal.c
===================================================================
RCS file: /cvs/hal/hal/tools/lshal.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- lshal.c	1 Sep 2004 17:38:59 -0000	1.8
+++ lshal.c	14 Oct 2004 19:16:30 -0000	1.9
@@ -35,6 +35,7 @@
 #include <getopt.h>
 
 #include <glib.h>
+#include <dbus/dbus-glib-lowlevel.h>
 #include <dbus/dbus-glib.h>
 
 #include <libhal/libhal.h>




More information about the hal-commit mailing list