From: Chris Provenzano Date: Thu, 27 Jul 1995 08:41:24 +0000 (+0000) Subject: Merge some changes for NetBSD that I and others have made X-Git-Tag: krb5-1.0-beta6~1495 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5e7703d22d9ad84aac6d10ea5fb28818a017f6d9;p=krb5.git 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 --- 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; {