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
This commit is contained in:
Johan Danielsson
1997-04-01 04:52:50 +00:00
parent eddb1c0d53
commit d3f3b86e38

View File

@@ -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 },