projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f987b79
)
Merge some changes for NetBSD that I and others have made
author
Chris Provenzano
<proven@mit.edu>
Thu, 27 Jul 1995 08:41:24 +0000
(08:41 +0000)
committer
Chris Provenzano
<proven@mit.edu>
Thu, 27 Jul 1995 08:41:24 +0000
(08:41 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6325
dc483132
-0cff-0310-8789-
dd5450dbe970
src/appl/telnet/telnet/commands.c
patch
|
blob
|
history
diff --git
a/src/appl/telnet/telnet/commands.c
b/src/appl/telnet/telnet/commands.c
index a3e52f22a632fe0101569a27e79baf2f50ec08bd..a6519134f01fca55576ddaabc6fcc11af7dc6934 100644
(file)
--- 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;
{