The branch, master has been updated
       via  4165ed96f8f0c494c7bd4f793176e508b6b6581d (commit)
      from  c11f628342e068baff30c7bee48eb62476406145 (commit)

- Log -----------------------------------------------------------------
commit 4165ed96f8f0c494c7bd4f793176e508b6b6581d
Author: Thomas Adam <tho...@xteddy.org>
Commit: Thomas Adam <tho...@xteddy.org>

    Add back __CYGWIN__ block
    
    This went missing during the merge from OpenBSD.
---
 server-client.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/server-client.c b/server-client.c
index a934899..84ae86b 100644
--- a/server-client.c
+++ b/server-client.c
@@ -1187,6 +1187,11 @@ server_client_msg_identify(struct client *c, struct imsg 
*imsg)
                return;
        c->flags |= CLIENT_IDENTIFIED;
 
+#ifdef __CYGWIN__
+       c->fd = open(c->ttyname, O_RDWR|O_NOCTTY);
+       c->cwd = open(".", O_RDONLY);
+#endif
+
        if (c->flags & CLIENT_CONTROL) {
                c->stdin_callback = control_callback;
 


-----------------------------------------------------------------------

Summary of changes:
 server-client.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to