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:
parent
2417ffe32a
commit
6a263fa41d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user