summaryrefslogtreecommitdiff
path: root/sys/arch/sh
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2006-10-17 23:42:38 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2006-10-17 23:42:38 +0000
commitbfde9a5e08bbbd7d384adb3bfb70adeaa47659ed (patch)
tree405ed27db511b51e317b8c9b3cc459d36a27d180 /sys/arch/sh
parent504633b3eac97c77e073af15b877798f75a45588 (diff)
The dosparts member of cpu_disklabel was not used for any persistant
data. Eliminate it, and just use the data being read in while processing MBR and EBR records. Should be no functional change. ok weingart@ deraadt@
Diffstat (limited to 'sys/arch/sh')
-rw-r--r--sys/arch/sh/include/disklabel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sh/include/disklabel.h b/sys/arch/sh/include/disklabel.h
index 55167f8f181..0163179f532 100644
--- a/sys/arch/sh/include/disklabel.h
+++ b/sys/arch/sh/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.2 2006/10/06 22:26:29 krw Exp $ */
+/* $OpenBSD: disklabel.h,v 1.3 2006/10/17 23:42:37 krw Exp $ */
/* $NetBSD: disklabel.h,v 1.2 2001/11/25 19:02:03 thorpej Exp $ */
/*
@@ -104,7 +104,6 @@ struct dos_partition {
struct cpu_disklabel {
- struct dos_partition dosparts[NDOSPART];
};
#endif /* _ARM_DISKLABEL_H_ */