From: rahnds Date: Mon, 5 May 1997 16:43:58 +0000 (+0000) Subject: add Extended partition id. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7351807d22a7cc1f685e7e2372aca7b0b09de3bf;p=openbsd add Extended partition id. I hate when things are sitting around in trees forgotten. --- diff --git a/sys/arch/powerpc/include/disklabel.h b/sys/arch/powerpc/include/disklabel.h index 84ac209bd0c..c2eeefc746d 100644 --- a/sys/arch/powerpc/include/disklabel.h +++ b/sys/arch/powerpc/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.2 1996/12/28 06:25:04 rahnds Exp $ */ +/* $OpenBSD: disklabel.h,v 1.3 1997/05/05 16:43:58 rahnds Exp $ */ /* $NetBSD: disklabel.h,v 1.1 1996/09/30 16:34:22 ws Exp $ */ /*- @@ -82,6 +82,7 @@ struct mbr_partition { #define DOSPARTOFF MBRPARTOFF #define NDOSPART NMBRPART +#define DOSPTYP_EXTEND 0x05 /* Extended; contains sub-partitions */ #define DOSPTYP_386BSD MBR_NETBSD #define DOSPTYP_OPENBSD 0xa6 /* OpenBSD partition type */