=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/terminal.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/telnet/terminal.c 1998/03/12 04:57:45 1.3 --- src/usr.bin/telnet/terminal.c 2001/11/19 19:02:16 1.4 *************** *** 1,4 **** ! /* $OpenBSD: terminal.c,v 1.3 1998/03/12 04:57:45 art Exp $ */ /* $NetBSD: terminal.c,v 1.5 1996/02/28 21:04:17 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: terminal.c,v 1.4 2001/11/19 19:02:16 mpech Exp $ */ /* $NetBSD: terminal.c,v 1.5 1996/02/28 21:04:17 thorpej Exp $ */ /* *************** *** 109,115 **** ttyflush(drop) int drop; { ! register int n, n0, n1; n0 = ring_full_count(&ttyoring); if ((n1 = n = ring_full_consecutive(&ttyoring)) > 0) { --- 109,115 ---- ttyflush(drop) int drop; { ! int n, n0, n1; n0 = ring_full_count(&ttyoring); if ((n1 = n = ring_full_consecutive(&ttyoring)) > 0) { *************** *** 201,207 **** setconnmode(force) int force; { ! register int newmode; #ifdef ENCRYPTION static int enc_passwd = 0; #endif --- 201,207 ---- setconnmode(force) int force; { ! int newmode; #ifdef ENCRYPTION static int enc_passwd = 0; #endif