Hi So do you mean the #ifdef HAVE_CLOSEFROM bit I gave below fixes it?
If so, let me know and I'll commit it. On Sun, Oct 24, 2010 at 06:21:33PM +0200, Martti Kühne wrote: > On Sun, Oct 24, 2010 at 6:07 PM, Nicholas Marriott > <[email protected]> wrote: > > In fact, even this in compat.h might be enough (Solaris has closefrom I > > believe): > > > > #ifndef HAVE_CLOSEFROM > > #include <fcntl.h> > > #define closefrom(fd) fcntl(fd, F_CLOSEM) > > #endif > > > > Of course AIX might need something different but currently tmux doesn't > > work there anyway and I don't have time and access to an AIX box to > > figure out why. > > > > > > > > Hi > > FYI, the patch was as dirty as to making it work here, so... both > these patches are maybe too quick and too dirty. One could do > something like that with the other one as well. > > #ifndef HAVE_SETPROCTITLE > void setproctitle(char *, ...) {}; > #endif > > mar77i > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > tmux-cvs mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/tmux-cvs ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ tmux-cvs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tmux-cvs
