freebsd-ports/chinese/telnet/files/patch-aa
Yen-Ming Lee 6188b02819 1. simplify the patch
2. stop trying when /usr/src/usr.bin/telnet doesn't exists

Submitted by:	1. ijliao
2003-05-04 10:36:29 +00:00

11 lines
235 B
Text

--- sys_bsd.c.orig Sun May 4 16:03:33 2003
+++ sys_bsd.c Sun May 4 16:04:12 2003
@@ -572,7 +572,7 @@
else
lmode &= ~LPASS8;
#else
- if (f & MODE_INBIN)
+ if (1)
tmp_tc.c_iflag &= ~ISTRIP;
else
tmp_tc.c_iflag |= ISTRIP;