Merge branch 'obsd-master'

Conflicts:
	Makefile
	format.c
This commit is contained in:
Thomas Adam
2015-08-30 21:44:01 +01:00
26 changed files with 594 additions and 388 deletions

4
tmux.c
View File

@ -200,7 +200,7 @@ shell_exec(const char *shell, const char *shellcmd)
fatal("execl failed");
}
const char*
const char *
find_home(void)
{
struct passwd *pw;
@ -215,7 +215,7 @@ find_home(void)
home = NULL;
}
return home;
return (home);
}
int