=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/server-fn.c,v retrieving revision 1.75 retrieving revision 1.76 diff -c -r1.75 -r1.76 *** src/usr.bin/tmux/server-fn.c 2014/02/14 13:59:01 1.75 --- src/usr.bin/tmux/server-fn.c 2014/04/17 14:45:49 1.76 *************** *** 1,4 **** ! /* $OpenBSD: server-fn.c,v 1.75 2014/02/14 13:59:01 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: server-fn.c,v 1.76 2014/04/17 14:45:49 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 291,297 **** int server_link_window(struct session *src, struct winlink *srcwl, ! struct session *dst, int dstidx, int killflag, int selectflag, char **cause) { struct winlink *dstwl; struct session_group *srcsg, *dstsg; --- 291,298 ---- int server_link_window(struct session *src, struct winlink *srcwl, ! struct session *dst, int dstidx, int killflag, int selectflag, ! char **cause) { struct winlink *dstwl; struct session_group *srcsg, *dstsg;