diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-12 17:31:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-12 17:31:45 +0000 |
commit | 80fef7aaf92b4b0b4a55c8f915d422670f89af55 (patch) | |
tree | cab2387b6c9c1889185891c82b9847667fad5a0c /usr.bin/tn3270/ctlr | |
parent | da4f6e72b9dec750ea01a6630dcd519f57e2f920 (diff) |
repair tn3270
Diffstat (limited to 'usr.bin/tn3270/ctlr')
-rw-r--r-- | usr.bin/tn3270/ctlr/inbound.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tn3270/ctlr/inbound.c b/usr.bin/tn3270/ctlr/inbound.c index 18f64708b81..a07ecf735ce 100644 --- a/usr.bin/tn3270/ctlr/inbound.c +++ b/usr.bin/tn3270/ctlr/inbound.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inbound.c,v 1.2 1996/06/26 05:41:19 deraadt Exp $ */ +/* $OpenBSD: inbound.c,v 1.3 1998/03/12 17:31:42 deraadt Exp $ */ /*- * Copyright (c) 1988 The Regents of the University of California. @@ -35,7 +35,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)inbound.c 4.3 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$OpenBSD: inbound.c,v 1.2 1996/06/26 05:41:19 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: inbound.c,v 1.3 1998/03/12 17:31:42 deraadt Exp $"; #endif /* not lint */ #include <stdio.h> @@ -998,7 +998,7 @@ unsigned int case FCN_DISC: StopScreen(1); - suspend(); + telnetsuspend(); setconnmode(); ConnectScreen(); break; |