Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 702 → Rev 703

/kernel/trunk/generic/src/proc/the.c
42,7 → 42,7
the->cpu = NULL;
the->thread = NULL;
the->task = NULL;
the->vm = NULL;
the->as = NULL;
}
 
/** Copy THE structure