dbus/dbus dbus-sysdeps.c,1.75,1.76
Havoc Pennington
hp at freedesktop.org
Sun Aug 22 21:34:03 PDT 2004
Update of /cvs/dbus/dbus/dbus
In directory gabe:/tmp/cvs-serv5194/dbus
Modified Files:
dbus-sysdeps.c
Log Message:
might be nice if my patches compiled...
Index: dbus-sysdeps.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-sysdeps.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- dbus-sysdeps.c 23 Aug 2004 04:12:07 -0000 1.75
+++ dbus-sysdeps.c 23 Aug 2004 04:33:53 -0000 1.76
@@ -3288,8 +3288,8 @@
* is going to work then setgroups() should also work.
*/
if (setgroups (0, NULL) < 0)
- dbus_warn ("Failed to drop supplementary groups: %s\n",
- _dbus_strerror (errno));
+ _dbus_warn ("Failed to drop supplementary groups: %s\n",
+ _dbus_strerror (errno));
/* Set GID first, or the setuid may remove our permission
* to change the GID
More information about the dbus-commit
mailing list