bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] inetutils 1.6 : escape character no longer works in


From: Sergey Poznyakoff
Subject: Re: [bug-inetutils] inetutils 1.6 : escape character no longer works in telnet.
Date: Sat, 03 Jan 2009 23:31:49 +0200

Eric Bélanger <address@hidden> ha escrit:

> With inetutils 1.6, the escape character ^]  no longer works in
> telnet. It was working in 1.5.

Thanks for reporting. Please, apply the attached patch.

Regards,
Sergey

Index: telnet/externs.h
===================================================================
RCS file: /cvsroot/inetutils/inetutils/telnet/externs.h,v
retrieving revision 1.14
diff -p -u -r1.14 externs.h
--- telnet/externs.h    27 Dec 2008 20:36:00 -0000      1.14
+++ telnet/externs.h    3 Jan 2009 21:29:23 -0000
@@ -49,6 +49,8 @@
    to the Free Software Foundation, Inc., 51 Franklin Street,
    Fifth Floor, Boston, MA 02110-1301 USA. */
 
+#include <unistd.h>
+
 #ifndef BSD
 # define BSD 43
 #endif

reply via email to

[Prev in Thread] Current Thread [Next in Thread]