* dbus/dbus-sysdeps-util-win.c (dbus_become_daemon): win32 compile fix.

This commit is contained in:
Ralf Habacker 2007-03-13 21:52:21 +00:00
parent 1470cae3fc
commit d372907895
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-03-13 Ralf.Habacker <ralf.habacker@freenet.de>
* dbus/dbus-sysdeps-util-win.c (dbus_become_daemon):
win32 compile fix.
2007-03-13 Ralf.Habacker <ralf.habacker@freenet.de>
* dbus-win.patch: removed obsolate patches.

View file

@ -52,7 +52,7 @@
*/
dbus_bool_t
_dbus_become_daemon (const DBusString *pidfile,
DBusPipe print_pid_fd,
DBusPipe *print_pid_pipe,
DBusError *error)
{
return TRUE;