diff options
author | 1997-08-29 19:44:10 +0000 | |
---|---|---|
committer | 1997-08-29 19:44:10 +0000 | |
commit | 588c9af8da26a62d06943a8b1d875be159288fff (patch) | |
tree | a4c6aaa0af48d20a47ad1ffaf062000f9e95c572 | |
parent | regen for sockets (diff) | |
download | wireguard-openbsd-588c9af8da26a62d06943a8b1d875be159288fff.tar.xz wireguard-openbsd-588c9af8da26a62d06943a8b1d875be159288fff.zip |
define DOSACTIVE for bootable partition
-rw-r--r-- | sys/arch/i386/include/disklabel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/include/disklabel.h b/sys/arch/i386/include/disklabel.h index 11c87331331..baaac17bf17 100644 --- a/sys/arch/i386/include/disklabel.h +++ b/sys/arch/i386/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.13 1997/08/29 17:32:33 mickey Exp $ */ +/* $OpenBSD: disklabel.h,v 1.14 1997/08/29 19:44:10 mickey Exp $ */ /* $NetBSD: disklabel.h,v 1.3 1996/03/09 20:52:54 ghudson Exp $ */ /* @@ -43,6 +43,7 @@ #define DOSBBSECTOR 0 /* DOS boot block relative sector # */ #define DOSPARTOFF 446 #define NDOSPART 4 +#define DOSACTIVE 0x80 /* active partition */ struct dos_partition { u_int8_t dp_flag; /* bootstrap flags */ |