FreeBSD Bugzilla – Attachment 103003 Details for
Bug 142860
comms/lrzsz receive fails with xmodem protocol
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 428 bytes, created by
maya
on 2010-01-15 14:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
maya
Created:
2010-01-15 14:00:01 UTC
Size:
428 bytes
patch
obsolete
>--- src/rbsb.c.org 2010-01-15 22:41:21.000000000 +0900 >+++ src/rbsb.c 2010-01-15 22:41:34.000000000 +0900 >@@ -296,7 +296,7 @@ > tty.c_iflag |= IXOFF; > > /* No echo, crlf mapping, INTR, QUIT, delays, no erase/kill */ >- tty.c_lflag &= ~(ECHO | ICANON | ISIG); >+ tty.c_lflag &= ~(ECHO | ICANON | ISIG | IEXTEN); > tty.c_oflag = 0; /* Transparent output */ > > tty.c_cflag &= ~(PARENB); /* Same baud rate, disable parity */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 142860
: 103003
Working