summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/disklabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/include/disklabel.h')
-rw-r--r--sys/arch/i386/include/disklabel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/include/disklabel.h b/sys/arch/i386/include/disklabel.h
index 8e9a284a166..0f22355259d 100644
--- a/sys/arch/i386/include/disklabel.h
+++ b/sys/arch/i386/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.24 2002/03/14 01:26:33 millert Exp $ */
+/* $OpenBSD: disklabel.h,v 1.25 2003/01/06 01:31:42 weingart Exp $ */
/* $NetBSD: disklabel.h,v 1.3 1996/03/09 20:52:54 ghudson Exp $ */
/*
@@ -42,6 +42,7 @@
/* DOS partition table -- located in boot block */
#define DOSBBSECTOR 0 /* DOS boot block relative sector # */
#define DOSPARTOFF 446
+#define DOSDISKOFF 444
#define NDOSPART 4
#define DOSACTIVE 0x80 /* active partition */