summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris Provenzano <proven@mit.edu>1995-07-27 08:41:24 +0000
committerChris Provenzano <proven@mit.edu>1995-07-27 08:41:24 +0000
commit5e7703d22d9ad84aac6d10ea5fb28818a017f6d9 (patch)
tree9058a25ee1ba22a85a72c0180f06933a3a18b68d /src
parentf987b79a36c77d88167d8be7bb08a3f6f74ec366 (diff)
Merge some changes for NetBSD that I and others have made
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6325 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/appl/telnet/telnet/commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/appl/telnet/telnet/commands.c b/src/appl/telnet/telnet/commands.c
index a3e52f22a..a6519134f 100644
--- a/src/appl/telnet/telnet/commands.c
+++ b/src/appl/telnet/telnet/commands.c
@@ -1142,14 +1142,14 @@ dolmmode(bit, on)
return 1;
}
- static int
+static int
tel_setmode(bit)
int bit;
{
return dolmmode(bit, 1);
}
- static int
+static int
tel_clearmode(bit)
int bit;
{