diff options
Diffstat (limited to 'sys/arch/hppa64/include/disklabel.h')
-rw-r--r-- | sys/arch/hppa64/include/disklabel.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hppa64/include/disklabel.h b/sys/arch/hppa64/include/disklabel.h index ef2437b2500..fa058bf0c5a 100644 --- a/sys/arch/hppa64/include/disklabel.h +++ b/sys/arch/hppa64/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.7 2006/10/03 01:37:22 krw Exp $ */ +/* $OpenBSD: disklabel.h,v 1.8 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; |