Re: Rev 632: make sure we set close on exec on any possibly inherited fds in http://samba.org/~tridge/ctdb

2007-09-18 Thread Stefan (metze) Metzmacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > + > + /* on exec, don't inherit the fd */ > + v = fcntl(epoll_ev->epoll_fd, F_GETFD, 0); > +fcntl(epoll_ev->epoll_fd, F_SETFD, v | FD_CLOEXEC); > + Hi Tridge, can you please fix the leading whitespaces into a tab and then merge this

Rev 632: make sure we set close on exec on any possibly inherited fds in http://samba.org/~tridge/ctdb

2007-09-18 Thread tridge
revno: 632 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell <[EMAIL PROTECTED]> branch nick: tridge timestamp: Wed 2007-09-19 11:46:37 +1000 message: make sure we set close on exec on any possibly inhe