Skip to content
Snippets Groups Projects
Commit df231c1b authored by srs5694's avatar srs5694
Browse files

Added type code for Haiku BFS.

parent 0741fa21
No related branches found
No related tags found
No related merge requests found
......@@ -172,6 +172,9 @@ void PartType::AddAllTypes(void) {
AddType(0xc001, "75894C1E-3AEB-11D3-B7C1-7B03A0000000", "HP-UX data");
AddType(0xc002, "E2A1E728-32E3-11D6-A682-7B03A0000000", "HP-UX service");
// Type code for Haiku; uses BeOS MBR code as hex code base
AddType(0xeb00, "42465331-3BA3-10F1-802A-4861696B7521", "Haiku BFS");
// Sony uses this GUID on some of its computers.
AddType(0xed00, "F4019732-066E-4E12-8273-346C5641494F", "Sony system partition");
......
......@@ -8,7 +8,7 @@
#ifndef __GPTSUPPORT
#define __GPTSUPPORT
#define GPTFDISK_VERSION "0.8.6"
#define GPTFDISK_VERSION "0.8.6.1"
#if defined (__FreeBSD__) || defined (__FreeBSD_kernel__) || defined (__APPLE__)
// Darwin (Mac OS) & FreeBSD: disk IOCTLs are different, and there is no lseek64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment