diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-11-14 11:38:30 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-11-14 11:38:30 +0000 |
commit | 7b749eff3510ccf173c029a92c266e91454ce600 (patch) | |
tree | 8194d8dcf4d3364360960c741a3266cb9a9d7101 /server.c | |
parent | 23266e8e095fb590543d309ae3c8e30fcd98d6b7 (diff) | |
parent | c56b81a2ce815f6d289232f20bb6e07cfd0e36ec (diff) | |
download | rtmux-7b749eff3510ccf173c029a92c266e91454ce600.tar.gz rtmux-7b749eff3510ccf173c029a92c266e91454ce600.tar.bz2 rtmux-7b749eff3510ccf173c029a92c266e91454ce600.zip |
Merge branch 'obsd-master'
Conflicts:
server.c
tmux.c
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ server_start(struct event_base *base, int lockfd, char *lockfile) tty_create_log(); #ifdef __OpenBSD__ - if (pledge("stdio rpath wpath cpath fattr unix recvfd proc exec tty " + if (0 && pledge("stdio rpath wpath cpath fattr unix recvfd proc exec tty " "ps", NULL) != 0) fatal("pledge failed"); #endif |