=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/server-client.c,v retrieving revision 1.169 retrieving revision 1.170 diff -c -r1.169 -r1.170 *** src/usr.bin/tmux/server-client.c 2015/11/14 09:41:06 1.169 --- src/usr.bin/tmux/server-client.c 2015/11/18 14:27:44 1.170 *************** *** 1,4 **** ! /* $OpenBSD: server-client.c,v 1.169 2015/11/14 09:41:06 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: server-client.c,v 1.170 2015/11/18 14:27:44 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 246,252 **** /* Free dead client. */ void ! server_client_free(unused int fd, unused short events, void *arg) { struct client *c = arg; --- 246,252 ---- /* Free dead client. */ void ! server_client_free(__unused int fd, __unused short events, void *arg) { struct client *c = arg; *************** *** 818,824 **** /* Repeat time callback. */ void ! server_client_repeat_timer(unused int fd, unused short events, void *data) { struct client *c = data; --- 818,824 ---- /* Repeat time callback. */ void ! server_client_repeat_timer(__unused int fd, __unused short events, void *data) { struct client *c = data; *************** *** 1214,1220 **** /* Event callback to push more stdout data if any left. */ static void ! server_client_stdout_cb(unused int fd, unused short events, void *arg) { struct client *c = arg; --- 1214,1220 ---- /* Event callback to push more stdout data if any left. */ static void ! server_client_stdout_cb(__unused int fd, __unused short events, void *arg) { struct client *c = arg; *************** *** 1255,1261 **** /* Event callback to push more stderr data if any left. */ static void ! server_client_stderr_cb(unused int fd, unused short events, void *arg) { struct client *c = arg; --- 1255,1261 ---- /* Event callback to push more stderr data if any left. */ static void ! server_client_stderr_cb(__unused int fd, __unused short events, void *arg) { struct client *c = arg;