FreeBSD Bugzilla – Attachment 14270 Details for
Bug 26817
isdnd in fullscreen-mode fails to detect read error from tty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 372 bytes, created by
clement
on 2001-04-24 14:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
clement
Created:
2001-04-24 14:40:01 UTC
Size:
372 bytes
patch
obsolete
>--- main.c.old Sun Apr 22 23:33:37 2001 >+++ main.c Sun Apr 22 23:37:25 2001 >@@ -610,6 +610,12 @@ > { > int ch = getch(); > >+ if (ch == ERR) >+ { >+ log(LL_ERR, "kbdrdhdl: ERROR, read error on controlling tty, errno = %d!", errno); >+ error_exit(1, "kbdrdhdl: ERROR, read error on controlling tty, errno = %d!", errno); >+ } >+ > switch(ch) > { > case 0x0c: /* control L */
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 26817
: 14270