diff options
Diffstat (limited to 'sys/boot/pc98/boot2/disk.c')
-rw-r--r-- | sys/boot/pc98/boot2/disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot2/disk.c b/sys/boot/pc98/boot2/disk.c index ad9d3ff..f264117 100644 --- a/sys/boot/pc98/boot2/disk.c +++ b/sys/boot/pc98/boot2/disk.c @@ -58,8 +58,8 @@ #ifdef DO_BAD144 static struct dkbad dkb; static int do_bad144; -#endif DO_BAD144 static int bsize; +#endif DO_BAD144 static int spt, spc; |