Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 639 → Rev 640

/kernel/trunk/generic/src/console/kconsole.c
158,7 → 158,7
str[pos] = ch;
}
 
/** Try to find a command begenning with prefix */
/** Try to find a command beginning with prefix */
static const char * cmdtab_search_one(const char *name,link_t **startpos)
{
int namelen = strlen(name);
/kernel/trunk/generic/src/main/main.c
203,7 → 203,7
cpu_init();
 
calibrate_delay_loop();
 
timeout_init();
scheduler_init();
task_init();