brown paper bag patch. these files were forgotten in the previous console patch. Reference: /n/atom/patch/applied2013/fsconsfixup Date: Tue Aug 27 18:30:23 CES 2013 Signed-off-by: quanstro@quanstro.net --- /sys/src/fs/port/clock.c Tue Aug 27 18:30:02 2013 +++ /sys/src/fs/port/clock.c Tue Aug 27 18:30:03 2013 @@ -118,11 +118,6 @@ m->intrp = 0; if(m->machno == 0){ - if(f.cons >= 0) { - (*consputc)(f.cons); - f.cons = -1; - } - lights(Lreal, (sys->ticks>>6)&1); f.time += TK2MS(1); --- /sys/src/fs/port/devcec.c Tue Aug 27 18:30:04 2013 +++ /sys/src/fs/port/devcec.c Tue Aug 27 18:30:05 2013 @@ -123,7 +123,7 @@ va_start(arg, fmt); n = vseprint(buf, buf+sizeof buf, fmt, arg)-buf; va_end(arg); - uartputs(buf); + uartputs(buf, n); return n; }