From 5e7703d22d9ad84aac6d10ea5fb28818a017f6d9 Mon Sep 17 00:00:00 2001 From: Chris Provenzano Date: Thu, 27 Jul 1995 08:41:24 +0000 Subject: [PATCH] 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 --- src/appl/telnet/telnet/commands.c | 4 ++-- 1 file 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; { -- 2.26.2