summaryrefslogtreecommitdiff
path: root/usr.bin/tn3270/ctlr
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-12 17:31:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-12 17:31:45 +0000
commit80fef7aaf92b4b0b4a55c8f915d422670f89af55 (patch)
treecab2387b6c9c1889185891c82b9847667fad5a0c /usr.bin/tn3270/ctlr
parentda4f6e72b9dec750ea01a6630dcd519f57e2f920 (diff)
repair tn3270
Diffstat (limited to 'usr.bin/tn3270/ctlr')
-rw-r--r--usr.bin/tn3270/ctlr/inbound.c6
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;