Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 926 → Rev 927

/shark/trunk/drivers/net/misc.c
5,6 → 5,6
{
cprintf("Panic: stub called!!!\n");
 
sys_abort(200); /* Just a number... */
exit(200); /* Just a number... */
}