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:
@@ -1314,7 +1314,7 @@ togcrmod()
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
suspend()
|
telnetsuspend()
|
||||||
{
|
{
|
||||||
#ifdef SIGTSTP
|
#ifdef SIGTSTP
|
||||||
setcommandmode();
|
setcommandmode();
|
||||||
@@ -2426,7 +2426,7 @@ static Command cmdtab[] = {
|
|||||||
#if defined(ENCRYPTION)
|
#if defined(ENCRYPTION)
|
||||||
{ "encrypt", encrypthelp, encrypt_cmd, 0 },
|
{ "encrypt", encrypthelp, encrypt_cmd, 0 },
|
||||||
#endif
|
#endif
|
||||||
{ "z", zhelp, suspend, 0 },
|
{ "z", zhelp, telnetsuspend, 0 },
|
||||||
{ "!", shellhelp, shell, 0 },
|
{ "!", shellhelp, shell, 0 },
|
||||||
{ "environ", envhelp, env_cmd, 0 },
|
{ "environ", envhelp, env_cmd, 0 },
|
||||||
{ "?", helphelp, help, 0 },
|
{ "?", helphelp, help, 0 },
|
||||||
|
Reference in New Issue
Block a user