summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-01-27 15:25:33 +0000
committernyan <nyan@FreeBSD.org>2004-01-27 15:25:33 +0000
commit49ed88543d582584c35d43a293bd86a07869a632 (patch)
tree3c72f9068ce39b4919a04874e7d6f16225c68aa2 /lib
parent49ae97d67445a766035a5b74d754648a099339c9 (diff)
downloadFreeBSD-src-49ed88543d582584c35d43a293bd86a07869a632.zip
FreeBSD-src-49ed88543d582584c35d43a293bd86a07869a632.tar.gz
Fixed pc98 partition type.
Diffstat (limited to 'lib')
-rw-r--r--lib/libdisk/change.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/change.c b/lib/libdisk/change.c
index fa12ad9..12812bd 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
OpenPOWER on IntegriCloud