On Apr 30, 2014, at 16:35, [email protected] wrote: > On 28 Apr 2014, at 18:21 , René J.V. Bertin <[email protected]> wrote: >> - fd = open (new_dirs[i], O_RDONLY); >> +#ifdef O_CLOEXEC >> + fd = open (new_dirs[i], O_RDONLY | O_CLOEXEC); >> + >> + if (retval < 0 && errno == EINVAL) >> +#endif >> + fd = open (new_dirs[i], O_RDONLY); >> + >> + _dbus_fd_set_close_on_exec (fd); > I do not have a SL to test on at the moment, but do you have a patch for this > submitted to trac already?
Didn’t this problem already get fixed 4 weeks ago? https://trac.macports.org/ticket/43203 _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
