diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1999-09-23 04:09:01 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1999-09-23 04:09:01 +0000 |
| commit | 33833e82bd01449e2e535f51927e2157661f32bc (patch) | |
| tree | fbb2269c82d99784878c17a445001537779f56a8 | |
| parent | 3e30c6e0ef7965a8bc32c6d11e9eba3296945fbf (diff) | |
Notes
| -rw-r--r-- | sys/pc98/pc98/diskslice_machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/pc98/diskslice_machdep.c b/sys/pc98/pc98/diskslice_machdep.c index 9e88e2977564..c14518ca3f5c 100644 --- a/sys/pc98/pc98/diskslice_machdep.c +++ b/sys/pc98/pc98/diskslice_machdep.c @@ -368,7 +368,7 @@ reread_mbr: #ifdef PC98 - ncyls = lp->d_secpercyl; + ncyls = lp->d_ncylinders; #else ncyls = DPCYL(dp->dp_ecyl, dp->dp_esect) + 1; #endif |
