> % diff /tmp/devcons.c devcons.c > 481,490d480 > < case '☺': > < { > < Proc *p; int i; > < for(i = 0; i < conf.nproc; i++) { > < p = proctab(i); > < if(p->state == Broken) > < unbreak(p); > < } > < } > < return; > Was looking right at the same place. :) Only didn't know what to write there... Ruda