Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-01-13 14:01:13 +00:00
9 changed files with 31 additions and 29 deletions

View File

@ -388,8 +388,7 @@ tty_term_find(char *name, int fd, char **cause)
struct tty_code *code;
u_int i;
int n, error;
char *s;
const char *acs;
const char *s, *acs;
LIST_FOREACH(term, &tty_terms, entry) {
if (strcmp(term->name, name) == 0) {