From d3f3b86e384980ea7778fe33bac9471a1e75dc25 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 1 Apr 1997 04:52:50 +0000 Subject: [PATCH] Rename suspend to telnetsuspend, since Unicos has one of its own. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1540 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/telnet/commands.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appl/telnet/telnet/commands.c b/appl/telnet/telnet/commands.c index 89adbb940..ded0d2a44 100644 --- a/appl/telnet/telnet/commands.c +++ b/appl/telnet/telnet/commands.c @@ -1314,7 +1314,7 @@ togcrmod() } static int -suspend() +telnetsuspend() { #ifdef SIGTSTP setcommandmode(); @@ -2426,7 +2426,7 @@ static Command cmdtab[] = { #if defined(ENCRYPTION) { "encrypt", encrypthelp, encrypt_cmd, 0 }, #endif - { "z", zhelp, suspend, 0 }, + { "z", zhelp, telnetsuspend, 0 }, { "!", shellhelp, shell, 0 }, { "environ", envhelp, env_cmd, 0 }, { "?", helphelp, help, 0 },