]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/dbus-1.0.3-compile-fix-1.patch
openvpn: Fix wrong default port number.
[people/teissler/ipfire-2.x.git] / src / patches / dbus-1.0.3-compile-fix-1.patch
1 --- dbus-1.0.1.orig/dbus/dbus-sysdeps-unix.c 2009-01-01 03:50:33.000000000 +0200
2 +++ dbus-1.0.1.orig/dbus/dbus-sysdeps-unix.c 2009-01-01 04:09:24.000000000 +0200
3 @@ -992,7 +992,7 @@
4 _dbus_verbose ("read credentials byte\n");
5
6 {
7 -#ifdef SO_PEERCRED
8 +#if defined(SO_PEERCRED) && defined(HAVE_GETPEERUCRED)
9 struct ucred cr;
10 int cr_len = sizeof (cr);
11