=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty-term.c,v retrieving revision 1.90 retrieving revision 1.91 diff -c -r1.90 -r1.91 *** src/usr.bin/tmux/tty-term.c 2021/06/10 07:45:43 1.90 --- src/usr.bin/tmux/tty-term.c 2021/08/25 07:37:20 1.91 *************** *** 1,4 **** ! /* $OpenBSD: tty-term.c,v 1.90 2021/06/10 07:45:43 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tty-term.c,v 1.91 2021/08/25 07:37:20 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 661,667 **** const char *s; char tmp[11]; ! if (setupterm(name, fd, &error) != OK) { switch (error) { case 1: xasprintf(cause, "can't use hardcopy terminal: %s", --- 661,667 ---- const char *s; char tmp[11]; ! if (setupterm((char *)name, fd, &error) != OK) { switch (error) { case 1: xasprintf(cause, "can't use hardcopy terminal: %s",