dbus ChangeLog,1.1116,1.1117 configure.in,1.175,1.176
John Palmieri
johnp at kemper.freedesktop.org
Wed Sep 13 12:13:19 PDT 2006
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv32673
Modified Files:
ChangeLog configure.in
Log Message:
* dbus/dbus-sysdeps-util-unix.c (_dbus_directory_get_next_file):
use threadsafe readdir_r instead of readdir
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1116
retrieving revision 1.1117
diff -u -d -r1.1116 -r1.1117
--- ChangeLog 13 Sep 2006 19:09:45 -0000 1.1116
+++ ChangeLog 13 Sep 2006 19:13:17 -0000 1.1117
@@ -1,5 +1,10 @@
2006-09-13 John (J5) Palmieri <johnp at redhat.com>
+ * dbus/dbus-sysdeps-util-unix.c (_dbus_directory_get_next_file):
+ use threadsafe readdir_r instead of readdir
+
+2006-09-13 John (J5) Palmieri <johnp at redhat.com>
+
* dbus-threads.c (dbus_threads_init_default): New method for
initializing the internal thread implementation (Patch from
Alexander Larsson <alexl at redhat dot com>)
Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -d -r1.175 -r1.176
--- configure.in 10 Sep 2006 21:37:09 -0000 1.175
+++ configure.in 13 Sep 2006 19:13:17 -0000 1.176
@@ -489,7 +489,7 @@
AC_CHECK_LIB(socket,socket)
AC_CHECK_LIB(nsl,gethostbyname)
-AC_CHECK_FUNCS(vsnprintf vasprintf nanosleep usleep poll setenv unsetenv socketpair getgrouplist)
+AC_CHECK_FUNCS(vsnprintf vasprintf nanosleep usleep poll setenv unsetenv socketpair getgrouplist fpathconf dirfd)
AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
More information about the dbus-commit
mailing list