summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/disklabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/include/disklabel.h')
-rw-r--r--sys/arch/alpha/include/disklabel.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/alpha/include/disklabel.h b/sys/arch/alpha/include/disklabel.h
index 07f9eabadc0..3ebdb8ba7d4 100644
--- a/sys/arch/alpha/include/disklabel.h
+++ b/sys/arch/alpha/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.18 2006/10/18 20:09:38 deraadt Exp $ */
+/* $OpenBSD: disklabel.h,v 1.19 2006/10/20 23:47:42 krw Exp $ */
/* $NetBSD: disklabel.h,v 1.1 1995/02/13 23:07:34 cgd Exp $ */
/*
@@ -88,13 +88,6 @@ struct dos_partition {
struct cpu_disklabel {
int labelsector;
- union {
- struct {
- } _alpha;
- struct {
- struct dos_partition dosparts[NDOSPART];
- } _i386;
- } u;
};
#endif /* _MACHINE_DISKLABEL_H_ */