summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/disklabel.h
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/hppa/include/disklabel.h
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/hppa/include/disklabel.h')
-rw-r--r--sys/arch/hppa/include/disklabel.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hppa/include/disklabel.h b/sys/arch/hppa/include/disklabel.h
index c5652c1c816..d6df714beb0 100644
--- a/sys/arch/hppa/include/disklabel.h
+++ b/sys/arch/hppa/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.13 2006/10/04 00:52:55 krw Exp $ */
+/* $OpenBSD: disklabel.h,v 1.14 2006/10/17 23:42:37 krw Exp $ */
/* $NetBSD: disklabel.h,v 1.1 1995/02/13 23:07:34 cgd Exp $ */
/*
@@ -179,9 +179,6 @@ struct cpu_disklabel {
int labelsector;
union {
struct {
- struct dos_partition dosparts[NDOSPART];
- } _i386;
- struct {
struct lifvol lifvol;
struct lifdir lifdir[LIF_NUMDIR];
struct hpux_label hplabel;