diff options
| author | christos <christos@NetBSD.org> | 2013-05-16 19:06:44 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2013-05-16 19:06:44 +0000 |
| commit | 1faef0219c72972baffe008b5dd91323eefc63f0 (patch) | |
| tree | 94c34e1edc797582af3bab3c8c5294d0e5d89881 /sys/arch/mvmeppc/include | |
| parent | 734e72045f87adea028fec05aea8a95b1eda84cd (diff) | |
Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts
because it also uses struct dos_partition.
Diffstat (limited to 'sys/arch/mvmeppc/include')
| -rw-r--r-- | sys/arch/mvmeppc/include/disklabel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/include/disklabel.h b/sys/arch/mvmeppc/include/disklabel.h index b25efb3e9b9..8ac727041f5 100644 --- a/sys/arch/mvmeppc/include/disklabel.h +++ b/sys/arch/mvmeppc/include/disklabel.h @@ -1,4 +1,4 @@ -/* $NetBSD: disklabel.h,v 1.8 2011/08/30 12:39:57 bouyer Exp $ */ +/* $NetBSD: disklabel.h,v 1.9 2013/05/16 19:06:45 christos Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -49,7 +49,7 @@ #endif /* HAVE_NBTOOL_CONFIG_H */ struct cpu_disklabel { - struct mbr_partition dosparts[MBR_PART_COUNT]; + struct mbr_partition mbrparts[MBR_PART_COUNT]; #define __HAVE_DISKLABEL_DKBAD struct dkbad bad; }; |
