diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-11-07 14:54:53 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-11-07 14:54:53 +0000 |
| commit | ba91558ce99b6cedb5250f6a8e8a93733be56833 (patch) | |
| tree | 130dbae669e30b5052e4982cf5a836f19aa1de17 /lib/libdisk/chunk.c | |
| parent | 75bd4c1549d9714f555553003182129c97304a5f (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/chunk.c')
| -rw-r--r-- | lib/libdisk/chunk.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libdisk/chunk.c b/lib/libdisk/chunk.c index 819e7b33c801..199e6b74eb67 100644 --- a/lib/libdisk/chunk.c +++ b/lib/libdisk/chunk.c @@ -275,10 +275,9 @@ Add_Chunk(struct disk *d, long offset, u_long size, const char *name, break; case p_pc98: switch (type) { - case freebsd: - subtype = 0xc494; - /* FALLTHROUGH */ case fat: + case pc98: + case freebsd: c1 = Find_Mother_Chunk(d->chunks, offset, end, whole); break; case part: |
