Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 722 → Rev 723

/kernel/branches/falloc_bad/generic/src/mm/frame.c
159,7 → 159,6
ASSERT(status != NULL);
*status = FRAME_OK;
}
printf("frame_alloc() returns %P\n", v);
return v;
}