=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/server.c,v retrieving revision 1.148 retrieving revision 1.149 diff -c -r1.148 -r1.149 *** src/usr.bin/tmux/server.c 2015/11/14 09:41:07 1.148 --- src/usr.bin/tmux/server.c 2015/11/15 14:32:48 1.149 *************** *** 1,4 **** ! /* $OpenBSD: server.c,v 1.148 2015/11/14 09:41:07 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: server.c,v 1.149 2015/11/15 14:32:48 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 175,181 **** if (debug_level > 3) tty_create_log(); ! if (0 && pledge("stdio rpath wpath cpath fattr unix recvfd proc exec tty " "ps", NULL) != 0) fatal("pledge failed"); --- 175,181 ---- if (debug_level > 3) tty_create_log(); ! if (pledge("stdio rpath wpath cpath fattr unix recvfd proc exec tty " "ps", NULL) != 0) fatal("pledge failed");