summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2006-10-04 03:30:49 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2006-10-04 03:30:49 +0000
commit78712dfb44085ae231d8274a64f05dc9797d3d64 (patch)
tree6f8a3a3a134dbdd61cc0f064c95718f8a6ed8245 /sys
parentd53c008630356e11163e4052bfc447f37d4b9e10 (diff)
Try to nail elusive arm/include/disklabel.h at third attempt.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/arm/include/disklabel.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/arm/include/disklabel.h b/sys/arch/arm/include/disklabel.h
index d58b9d71461..661beeb89aa 100644
--- a/sys/arch/arm/include/disklabel.h
+++ b/sys/arch/arm/include/disklabel.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: disklabel.h,v 1.7 2006/07/01 16:50:32 krw Exp $ */
-/* $OpenBSD: disklabel.h,v 1.7 2006/07/01 16:50:32 krw Exp $ */
+/* $OpenBSD: disklabel.h,v 1.8 2006/10/04 03:30:48 krw Exp $ */
+/* $OpenBSD: disklabel.h,v 1.8 2006/10/04 03:30:48 krw Exp $ */
/* $NetBSD: disklabel.h,v 1.2 2001/11/25 19:02:03 thorpej Exp $ */
/*
@@ -53,7 +53,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>
@@ -107,7 +106,6 @@ struct dos_partition {
struct cpu_disklabel {
struct dos_partition dosparts[NDOSPART];
- struct dkbad bad;
};
#endif /* _ARM_DISKLABEL_H_ */