mirror of
https://github.com/drasko/codezero.git
synced 2026-01-31 12:13:14 +01:00
Changed name of kernel_container to kernel_resources
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
void capability_init(struct capability *cap)
|
||||
{
|
||||
cap->capid = id_new(&kernel_container.capability_ids);
|
||||
cap->capid = id_new(&kernel_resources.capability_ids);
|
||||
link_init(&cap->list);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user