From 109479ce2925450d708f389874e55f9cc0ebc040 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Tue, 27 Jan 2004 15:25:33 +0000 Subject: Fixed pc98 partition type. --- lib/libdisk/change.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libdisk') diff --git a/lib/libdisk/change.c b/lib/libdisk/change.c index fa12ad9f49ef..12812bda47ef 100644 --- a/lib/libdisk/change.c +++ b/lib/libdisk/change.c @@ -86,7 +86,7 @@ All_FreeBSD(struct disk *d, int force_all) int type; #ifdef PC98 - type = 0x494; + type = 0xc494; #else type = 0xa5; #endif -- cgit v1.3