mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Merge branch 'obsd-master'
Conflicts: Makefile cmd-list-commands.c cmd-suspend-client.c job.c tmux.h xmalloc.c
This commit is contained in:
commit
562af864bd
100 changed files with 432 additions and 757 deletions
|
|
@ -31,7 +31,7 @@ void server_callback_identify(int, short, void *);
|
|||
void
|
||||
server_fill_environ(struct session *s, struct environ *env)
|
||||
{
|
||||
char var[MAXPATHLEN], *term;
|
||||
char var[PATH_MAX], *term;
|
||||
u_int idx;
|
||||
long pid;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue