Cross Reference: dbus-02-closefrom.patch
xref
: /
solaris-userland
/
components
/
desktop
/
dbus
/
patches
/
dbus-02-closefrom.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
16206
N/A
Patch migrated from Desktop, where it was listed as:
16206
N/A
# date:2010-08-16 owner:padraig type:bug doo:16787
16258
N/A
16206
N/A
possibly suitable for upstream
16206
N/A
16206
N/A
---
dbus-1.6.0/dbus/dbus-sysdeps-unix.c-orig
2012-06-05 06:33:44.620328189 -0500
16206
N/A
+++
dbus-1.6.0/dbus/dbus-sysdeps-unix.c
2012-06-05 06:34:40.948758620 -0500
@@ -4030,6 +4030,10 @@ _dbus_close_all (void)
{
int maxfds, i;
+#if HAVE_CLOSEFROM
+ closefrom(3);
+#endif
+
#ifdef __linux__
DIR *d;