sys_bsd.c(intr): Added checks to intr_waiting and intr_happened to
authorTheodore Tso <tytso@mit.edu>
Thu, 14 Nov 1996 19:53:33 +0000 (19:53 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 14 Nov 1996 19:53:33 +0000 (19:53 +0000)
commit587f386fb7a06f2e9b5115dcd208a6fc0d1f5b2f
tree7c37211d8e38bf98b4a3a5b5fa9b38da6395abee
parent34836ebe216c9e599f0161e8c82564902ecf245f
sys_bsd.c(intr): Added checks to intr_waiting and intr_happened to
handle ^C while waiting for encryption negotiation.

telnet.c (telnet): Allow ^C to work while waiting for encryption
negotiation to finish. [telnet/64]

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9414 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/telnet/telnet/ChangeLog
src/appl/telnet/telnet/externs.h
src/appl/telnet/telnet/sys_bsd.c
src/appl/telnet/telnet/telnet.c