aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-11-14 11:38:30 +0000
committerThomas Adam <thomas@xteddy.org>2015-11-14 11:38:30 +0000
commit7b749eff3510ccf173c029a92c266e91454ce600 (patch)
tree8194d8dcf4d3364360960c741a3266cb9a9d7101 /server.c
parent23266e8e095fb590543d309ae3c8e30fcd98d6b7 (diff)
parentc56b81a2ce815f6d289232f20bb6e07cfd0e36ec (diff)
downloadrtmux-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.c b/server.c
index 4e2304b3..190dcfac 100644
--- a/server.c
+++ b/server.c
@@ -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