mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Use DOSMID_386BSD rather than DOSPTYP_386BSD.
This commit is contained in:
parent
58b705b330
commit
ad42c2a5fd
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ devopen(void)
|
|||
dptr = (struct pc98_partition *)p;
|
||||
slice = WHOLE_DISK_SLICE;
|
||||
for (i = 0; i < NDOSPART; i++, dptr++)
|
||||
if (dptr->dp_mid == DOSPTYP_386BSD) {
|
||||
if (dptr->dp_mid == DOSMID_386BSD) {
|
||||
slice = BASE_SLICE + i;
|
||||
sector = dptr->dp_scyl * spc;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue