git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13029
a1ca3aef-8c08-0410-bb20-
df032aa958be
CHANGES IN CUPS V2.1.3
+ - The default password function did not work on some platforms
+ (STR #4750)
- The scheduler should not exit under memory pressure
(<rdar://problem/23255001>)
- The EPL2 and ZPL sample drivers did not properly support the CutMedia
noecho = original;
noecho.c_lflag &= (tcflag_t)~(ICANON | ECHO | ECHOE | ISIG);
+ noecho.c_cc[VMIN] = 1;
+ noecho.c_cc[VTIME] = 0;
if (tcsetattr(tty, TCSAFLUSH, &noecho))
{
for (start = temp; *start; start = end)
{
- /*
+ /*
* Find end of keyword...
*/