=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1050 retrieving revision 1.1051 diff -u -r1.1050 -r1.1051 --- src/usr.bin/tmux/tmux.h 2020/05/22 11:07:05 1.1050 +++ src/usr.bin/tmux/tmux.h 2020/05/24 09:13:06 1.1051 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.1050 2020/05/22 11:07:05 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.1051 2020/05/24 09:13:06 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1283,7 +1283,6 @@ u_int rleft; u_int rright; - int fd; struct event event_in; struct evbuffer *in; struct event event_out; @@ -2064,7 +2063,7 @@ void tty_putn(struct tty *, const void *, size_t, u_int); void tty_cell(struct tty *, const struct grid_cell *, const struct grid_cell *, int *); -int tty_init(struct tty *, struct client *, int); +int tty_init(struct tty *, struct client *); void tty_resize(struct tty *); void tty_set_size(struct tty *, u_int, u_int, u_int, u_int); void tty_start_tty(struct tty *);