Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 360998 Details for
Bug 488206
net-print/cups-1.6.4 patch for OS without VEOL2 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
OS that doesn't support VEOL2
cups-1.6.4-noveol2.patch (text/plain), 496 bytes, created by
Alan Hourihane
on 2013-10-16 10:52:17 UTC
(
hide
)
Description:
OS that doesn't support VEOL2
Filename:
MIME Type:
Creator:
Alan Hourihane
Created:
2013-10-16 10:52:17 UTC
Size:
496 bytes
patch
obsolete
>--- cups/usersys.c.old 2013-10-15 16:19:39.000000000 +0000 >+++ cups/usersys.c 2013-10-15 16:20:16.000000000 +0000 >@@ -648,8 +648,11 @@ > > while ((passbytes = read(tty, &passch, 1)) == 1) > { >- if (passch == noecho.c_cc[VEOL] || passch == noecho.c_cc[VEOL2] || >- passch == 0x0A || passch == 0x0D) >+ if (passch == noecho.c_cc[VEOL] >+#ifdef VEOL2 >+ || passch == noecho.c_cc[VEOL2] >+#endif >+ || passch == 0x0A || passch == 0x0D) > { > /* > * Enter/return...
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 488206
: 360998