Fix u3_dawn_come() call signature and call sites

This commit is contained in:
Ted Blackman 2019-01-11 17:53:02 -08:00
parent b13f444809
commit c2ebf77ae2
3 changed files with 5 additions and 5 deletions

View File

@ -1201,12 +1201,12 @@
u3_cttp_io_exit(void);
/* u3_dawn_come(): mine a comet under star (unit)
/* u3_dawn_come(): mine a comet
*/
u3_noun
u3_dawn_come(u3_noun star);
u3_dawn_come(void);
/* u3_dawn_vent(): validatated boot event
/* u3_dawn_vent(): validated boot event
*/
u3_noun
u3_dawn_vent(u3_noun seed);

View File

@ -297,7 +297,7 @@ _dawn_turf(c3_c* dns_c)
return tuf;
}
/* u3_dawn_vent(): validatated boot event
/* u3_dawn_vent(): validated boot event
*/
u3_noun
u3_dawn_vent(u3_noun seed)

View File

@ -1245,7 +1245,7 @@ u3_sist_boot(void)
sed = sist_key(des);
}
else {
sed = u3_dawn_come(u3_nul);
sed = u3_dawn_come();
}
u3A->fak = c3n;