From 3377d11038f903ddb904b3344579dd763e6defab Mon Sep 17 00:00:00 2001
From: marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>
Date: Sun, 10 Aug 2008 19:14:17 +0000
Subject: Update to 1.2.3.  This will probably be merged to ports early, but
 deserves a little shake out here first.

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11273 df743ca5-7f9a-e211-a948-0013205c9059
---
 devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c

(limited to 'devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c')

diff --git a/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c b/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c
new file mode 100644
index 000000000..026e4d2c8
--- /dev/null
+++ b/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c
@@ -0,0 +1,11 @@
+--- dbus/dbus-sysdeps-util-unix.c.orig	2008-08-10 15:04:41.000000000 -0400
++++ dbus/dbus-sysdeps-util-unix.c	2008-08-10 15:05:16.000000000 -0400
+@@ -836,7 +836,7 @@ fill_group_info (DBusGroupInfo    *info,
+     /* retrieve maximum needed size for buf */
+     buflen = sysconf (_SC_GETGR_R_SIZE_MAX);
+ 
+-    if (buflen <= 0)
++    if ((long) buflen <= 0)
+       buflen = 1024;
+ 
+     result = -1;
-- 
cgit