mirror of
https://github.com/tmate-io/tmate.git
synced 2025-04-28 13:18:39 +02:00
Zap paths.h compat include.
This commit is contained in:
parent
f79b467dce
commit
1276ea3653
@ -1,4 +1,4 @@
|
|||||||
/* $Id: server-client.c,v 1.43 2010-10-24 00:45:57 tcunha Exp $ */
|
/* $Id: server-client.c,v 1.44 2010-10-24 00:50:11 tcunha Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -22,7 +22,6 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <paths.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "tmux.h"
|
#include "tmux.h"
|
||||||
@ -939,7 +938,7 @@ server_client_msg_shell(struct client *c)
|
|||||||
server_write_client(c, MSG_SHELL, &data, sizeof data);
|
server_write_client(c, MSG_SHELL, &data, sizeof data);
|
||||||
c->flags |= CLIENT_BAD; /* it will die after exec */
|
c->flags |= CLIENT_BAD; /* it will die after exec */
|
||||||
}
|
}
|
||||||
/* $Id: server-client.c,v 1.43 2010-10-24 00:45:57 tcunha Exp $ */
|
/* $Id: server-client.c,v 1.44 2010-10-24 00:50:11 tcunha Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
|
Loading…
Reference in New Issue
Block a user