Fix to build for pc98.

This commit is contained in:
Yoshihiro Takahashi 2002-11-15 13:18:41 +00:00
parent 11aa179923
commit 552d12e2ce
2 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ enum size_units_t { UNIT_BLOCKS, UNIT_KILO, UNIT_MEG, UNIT_SIZE };
#else
#define SUBTYPE_FREEBSD 165
#define SUBTYPE_FAT 6
#define SUBTYPE_EFI 239
#endif
#define SUBTYPE_EFI 239
/* Where we start displaying chunk information on the screen */
#define CHUNK_START_ROW 5

View File

@ -48,8 +48,8 @@ enum size_units_t { UNIT_BLOCKS, UNIT_KILO, UNIT_MEG, UNIT_SIZE };
#else
#define SUBTYPE_FREEBSD 165
#define SUBTYPE_FAT 6
#define SUBTYPE_EFI 239
#endif
#define SUBTYPE_EFI 239
/* Where we start displaying chunk information on the screen */
#define CHUNK_START_ROW 5