=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty-term.c,v retrieving revision 1.47 retrieving revision 1.48 diff -c -r1.47 -r1.48 *** src/usr.bin/tmux/tty-term.c 2016/12/09 21:39:27 1.47 --- src/usr.bin/tmux/tty-term.c 2017/01/13 11:56:43 1.48 *************** *** 1,4 **** ! /* $OpenBSD: tty-term.c,v 1.47 2016/12/09 21:39:27 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tty-term.c,v 1.48 2017/01/13 11:56:43 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 385,392 **** struct tty_code *code; u_int i; int n, error; ! char *s; ! const char *acs; LIST_FOREACH(term, &tty_terms, entry) { if (strcmp(term->name, name) == 0) { --- 385,391 ---- struct tty_code *code; u_int i; int n, error; ! const char *s, *acs; LIST_FOREACH(term, &tty_terms, entry) { if (strcmp(term->name, name) == 0) {