summaryrefslogtreecommitdiff
path: root/sys/arch/sh/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-10-18 20:09:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-10-18 20:09:40 +0000
commit8297763c6498ddf44689438c9cbc89460061bda4 (patch)
tree5aba7d32e9f858070df5f03f66cfb4258d969bb1 /sys/arch/sh/include
parentf09f7f3f716a77492ae376468e40ab1cb02ec0fc (diff)
back out disksubr changes ... since they violate strict alignment on
some architectures (kaboom); that will be fixed in the next iteration hopefully!
Diffstat (limited to 'sys/arch/sh/include')
-rw-r--r--sys/arch/sh/include/disklabel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sh/include/disklabel.h b/sys/arch/sh/include/disklabel.h
index 0163179f532..ca2fe2673b4 100644
--- a/sys/arch/sh/include/disklabel.h
+++ b/sys/arch/sh/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.3 2006/10/17 23:42:37 krw Exp $ */
+/* $OpenBSD: disklabel.h,v 1.4 2006/10/18 20:09:39 deraadt Exp $ */
/* $NetBSD: disklabel.h,v 1.2 2001/11/25 19:02:03 thorpej Exp $ */
/*
@@ -104,6 +104,7 @@ struct dos_partition {
struct cpu_disklabel {
+ struct dos_partition dosparts[NDOSPART];
};
#endif /* _ARM_DISKLABEL_H_ */