diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-10-18 20:09:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-10-18 20:09:40 +0000 |
commit | 8297763c6498ddf44689438c9cbc89460061bda4 (patch) | |
tree | 5aba7d32e9f858070df5f03f66cfb4258d969bb1 /sys/arch/sh/include | |
parent | f09f7f3f716a77492ae376468e40ab1cb02ec0fc (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.h | 3 |
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_ */ |