diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-05-01 04:05:27 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-05-01 04:05:27 +0000 |
| commit | 20c9844ca086de197a688babdd6d24a1e040c3d2 (patch) | |
| tree | c46a25276d72afe90b217d8e55e20c80503b4c84 /lib/libdisk/create_chunk.c | |
| parent | ee1cbe818ee354bed5175859a9fcbbf002040312 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/create_chunk.c')
| -rw-r--r-- | lib/libdisk/create_chunk.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 0bb6c08b1ff9..a2027e2e7cbd 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: create_chunk.c,v 1.4 1995/04/30 06:09:25 phk Exp $ + * $Id: create_chunk.c,v 1.5 1995/04/30 11:04:12 phk Exp $ * */ @@ -129,6 +129,8 @@ Create_Chunk(struct disk *d, u_long offset, u_long size, chunk_e type, int subty { int i; + if (type == freebsd) + subtype = 0xa5; i = Add_Chunk(d,offset,size,"X",type,subtype,flags); Fixup_Names(d); return i; |
