Initial deorbit burn for the undocumented and unused d_boot[01]

fields of struct disklabel.

Sponsored by: DARPA and NAI Labs.
This commit is contained in:
Poul-Henning Kamp 2002-04-03 15:44:53 +00:00
parent 2417ffe32a
commit 6a263fa41d

View File

@ -79,11 +79,6 @@ getdiskbyname(name)
(*cq = *cp) && *cq != '|' && *cq != ':')
cq++, cp++;
*cq = '\0';
/*
* boot name (optional) xxboot, bootxx
*/
cgetstr(buf, "b0", &dp->d_boot0);
cgetstr(buf, "b1", &dp->d_boot1);
if (cgetstr(buf, "ty", &cq) > 0 && strcmp(cq, "removable") == 0)
dp->d_flags |= D_REMOVABLE;