mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 18:31:44 +03:00
updates pier.c with new pill structure
This commit is contained in:
parent
572534f47e
commit
f37647b35c
@ -954,10 +954,15 @@ _pier_boot_vent(u3_pier* pir_u)
|
||||
_pier_insert_ovum(pir_u, 0, ovo);
|
||||
}
|
||||
|
||||
/* insert filesystem install event
|
||||
/* insert filesystem install events
|
||||
*/
|
||||
{
|
||||
_pier_insert_ovum(pir_u, 0, u3k(fil));
|
||||
u3_noun all = fil;
|
||||
|
||||
while ( all ) {
|
||||
_pier_insert_ovum(pir_u, 0, u3k(u3h(all)));
|
||||
all = u3t(all);
|
||||
}
|
||||
}
|
||||
|
||||
u3z(who);
|
||||
|
Loading…
Reference in New Issue
Block a user