summaryrefslogtreecommitdiff
path: root/sys/arch/sh/include/disklabel.h
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2006-10-06 22:26:30 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2006-10-06 22:26:30 +0000
commitb4678c6a4548dbb19556eded335feca8cb1a8f5e (patch)
treef23194d405dcd9538636f9e9a52fd0f773aa3ca4 /sys/arch/sh/include/disklabel.h
parentbe46dd419cf7ea00a5a12096ca82c2b9dd53a2e2 (diff)
Sync with recent disklabel.h changes. Zap dkbad.
"Free commits" miod@
Diffstat (limited to 'sys/arch/sh/include/disklabel.h')
-rw-r--r--sys/arch/sh/include/disklabel.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sh/include/disklabel.h b/sys/arch/sh/include/disklabel.h
index 0b61abbc41a..55167f8f181 100644
--- a/sys/arch/sh/include/disklabel.h
+++ b/sys/arch/sh/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.1 2006/10/06 21:02:55 miod Exp $ */
+/* $OpenBSD: disklabel.h,v 1.2 2006/10/06 22:26:29 krw Exp $ */
/* $NetBSD: disklabel.h,v 1.2 2001/11/25 19:02:03 thorpej Exp $ */
/*
@@ -52,7 +52,6 @@
#define MAXPARTITIONS 16 /* number of partitions */
#define RAW_PART 2 /* raw partition: XX?c */
-#include <sys/dkbad.h>
#if 0
#include <arm/disklabel_acorn.h>
#include <sys/disklabel_mbr.h>
@@ -106,7 +105,6 @@ struct dos_partition {
struct cpu_disklabel {
struct dos_partition dosparts[NDOSPART];
- struct dkbad bad;
};
#endif /* _ARM_DISKLABEL_H_ */