mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-14 07:49:01 +02:00
Merge branch 'obsd-master'
This commit is contained in:
4
proc.c
4
proc.c
@ -52,7 +52,7 @@ static int peer_check_version(struct tmuxpeer *, struct imsg *);
|
||||
static void proc_update_event(struct tmuxpeer *);
|
||||
|
||||
static void
|
||||
proc_event_cb(unused int fd, short events, void *arg)
|
||||
proc_event_cb(__unused int fd, short events, void *arg)
|
||||
{
|
||||
struct tmuxpeer *peer = arg;
|
||||
ssize_t n;
|
||||
@ -100,7 +100,7 @@ proc_event_cb(unused int fd, short events, void *arg)
|
||||
}
|
||||
|
||||
static void
|
||||
proc_signal_cb(int signo, unused short events, void *arg)
|
||||
proc_signal_cb(int signo, __unused short events, void *arg)
|
||||
{
|
||||
struct tmuxproc *tp = arg;
|
||||
|
||||
|
Reference in New Issue
Block a user