diff options
Diffstat (limited to 'sys/arch/sh')
-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_ */ |