summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-09-22 09:58:12 +0000
committerderaadt <deraadt@openbsd.org>1996-09-22 09:58:12 +0000
commit4712dd1e6bd7d7ec42f2a06159d781b2205696fb (patch)
tree2d189fb371bff10d3c72c82ac12e5e693cc90387 /sys
parentvis log entries; noted by bitblt (diff)
downloadwireguard-openbsd-4712dd1e6bd7d7ec42f2a06159d781b2205696fb.tar.xz
wireguard-openbsd-4712dd1e6bd7d7ec42f2a06159d781b2205696fb.zip
add ontrack format
Diffstat (limited to 'sys')
-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 8ed0ec597d9..84febb4b40d 100644
--- a/sys/arch/i386/include/disklabel.h
+++ b/sys/arch/i386/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.3 1996/09/12 02:40:20 deraadt Exp $ */
+/* $OpenBSD: disklabel.h,v 1.4 1996/09/22 09:58:12 deraadt Exp $ */
/* $NetBSD: disklabel.h,v 1.3 1996/03/09 20:52:54 ghudson Exp $ */
/*
@@ -64,6 +64,7 @@ struct dos_partition {
#define DOSPTYP_FAT16S 0x4 /* 16-bit FAT, less than 32M */
#define DOSPTYP_FAT16B 0x6 /* 16-bit FAT, more than 32M */
#define DOSPTYP_FAT16C 0xe /* 16-bit FAT, CHS-mapped */
+#define DOSPTYP_ONTRACK 0x54
#include <sys/dkbad.h>
struct cpu_disklabel {