dbus ChangeLog,1.1110,1.1111 configure.in,1.174,1.175

Havoc Pennington hp at kemper.freedesktop.org
Sun Sep 10 14:37:12 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv21193

Modified Files:
	ChangeLog configure.in 
Log Message:
2006-09-10  Havoc Pennington  <hp at redhat.com>

       patch mostly by Peter Kümmel, bug #8211
	
	* dbus/dbus-sysdeps-unix.c: new file, which splits out
	unix-specific stuff in dbus-sysdeps.c

	* dbus/dbus-sysdeps.c: don't include any UNIX-only headers, 
	and move unix-specific stuff to dbus-sysdeps-unix.c

	* configure.in: check HAVE_ERRNO_H
	


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1110
retrieving revision 1.1111
diff -u -d -r1.1110 -r1.1111
--- ChangeLog	8 Sep 2006 17:21:37 -0000	1.1110
+++ ChangeLog	10 Sep 2006 21:37:09 -0000	1.1111
@@ -1,3 +1,15 @@
+2006-09-10  Havoc Pennington  <hp at redhat.com>
+
+       patch mostly by Peter Kümmel, bug #8211
+	
+	* dbus/dbus-sysdeps-unix.c: new file, which splits out
+	unix-specific stuff in dbus-sysdeps.c
+
+	* dbus/dbus-sysdeps.c: don't include any UNIX-only headers, 
+	and move unix-specific stuff to dbus-sysdeps-unix.c
+
+	* configure.in: check HAVE_ERRNO_H
+	
 2006-09-08  John (J5) Palmieri  <johnp at redhat.com>
 
 	* bus/test-main.c (main): Initialize threading during tests

Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -d -r1.174 -r1.175
--- configure.in	5 Sep 2006 21:56:20 -0000	1.174
+++ configure.in	10 Sep 2006 21:37:09 -0000	1.175
@@ -493,6 +493,8 @@
 
 AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
 
+AC_CHECK_HEADERS(errno.h)
+
 AC_CACHE_CHECK([for posix getpwnam_r],
 		ac_cv_func_posix_getpwnam_r,
 		[AC_TRY_RUN([



More information about the dbus-commit mailing list