diff options
author | nyan <nyan@FreeBSD.org> | 2004-01-27 15:25:33 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2004-01-27 15:25:33 +0000 |
commit | 49ed88543d582584c35d43a293bd86a07869a632 (patch) | |
tree | 3c72f9068ce39b4919a04874e7d6f16225c68aa2 /lib/libdisk | |
parent | 49ae97d67445a766035a5b74d754648a099339c9 (diff) | |
download | FreeBSD-src-49ed88543d582584c35d43a293bd86a07869a632.zip FreeBSD-src-49ed88543d582584c35d43a293bd86a07869a632.tar.gz |
Fixed pc98 partition type.
Diffstat (limited to 'lib/libdisk')
-rw-r--r-- | lib/libdisk/change.c | 2 |
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 |