summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/disklabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/include/disklabel.h')
-rw-r--r--sys/arch/alpha/include/disklabel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/include/disklabel.h b/sys/arch/alpha/include/disklabel.h
index 256161b50fe..12ab27f209c 100644
--- a/sys/arch/alpha/include/disklabel.h
+++ b/sys/arch/alpha/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.10 1998/02/24 04:22:35 deraadt Exp $ */
+/* $OpenBSD: disklabel.h,v 1.11 1999/03/23 16:36:16 millert Exp $ */
/* $NetBSD: disklabel.h,v 1.1 1995/02/13 23:07:34 cgd Exp $ */
/*
@@ -62,6 +62,7 @@ enum disklabel_tag { DLT_ALPHA, DLT_I386, DLT_AMIGA };
#define DOSACTIVE 0x80
#define NDOSPART 4
#define DOSMBR_SIGNATURE 0xaa55
+#define DOSMBR_SIGNATURE_OFF 0x1fe
struct dos_partition {
u_int8_t dp_flag; /* bootstrap flags */