=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/server.c,v retrieving revision 1.111 retrieving revision 1.112 diff -c -r1.111 -r1.112 *** src/usr.bin/tmux/server.c 2013/10/20 17:28:43 1.111 --- src/usr.bin/tmux/server.c 2014/04/17 14:45:49 1.112 *************** *** 1,4 **** ! /* $OpenBSD: server.c,v 1.111 2013/10/20 17:28:43 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: server.c,v 1.112 2014/04/17 14:45:49 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 216,222 **** } } ! /* Check if the server should be shutting down (no more clients or sessions). */ int server_should_shutdown(void) { --- 216,222 ---- } } ! /* Check if the server should exit (no more clients or sessions). */ int server_should_shutdown(void) {