aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk/change.c
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2004-01-27 15:25:33 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2004-01-27 15:25:33 +0000
commit109479ce2925450d708f389874e55f9cc0ebc040 (patch)
tree3c72f9068ce39b4919a04874e7d6f16225c68aa2 /lib/libdisk/change.c
parent8ecb006f395e5c15ca49e14a782ef26e9e36e7ef (diff)
downloadsrc-109479ce2925450d708f389874e55f9cc0ebc040.tar.gz
src-109479ce2925450d708f389874e55f9cc0ebc040.zip
Fixed pc98 partition type.
Notes
Notes: svn path=/head/; revision=125084
Diffstat (limited to 'lib/libdisk/change.c')
-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 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