Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4167 → Rev 4168

/trunk/uspace/srv/console/console.c
625,6 → 625,9
arg3 = ev.mods;
arg4 = ev.c;
break;
case CONSOLE_KCON_ENABLE:
change_console(KERNEL_CONSOLE);
break;
}
ipc_answer_4(callid, EOK, arg1, arg2, arg3, arg4);
}