diff options
| author | christos <christos@NetBSD.org> | 2013-05-16 19:06:43 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2013-05-16 19:06:43 +0000 |
| commit | 734e72045f87adea028fec05aea8a95b1eda84cd (patch) | |
| tree | 7e2823075498f0e0aad4075952f52c47ac012c2a | |
| parent | bccff96ca70ce5f8c735af8a738ce19e6ef53273 (diff) | |
Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts
because it also uses struct dos_partition.
| -rw-r--r-- | sys/arch/emips/include/disklabel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/emips/include/disklabel.h b/sys/arch/emips/include/disklabel.h index 746709ed819..2071d360c3f 100644 --- a/sys/arch/emips/include/disklabel.h +++ b/sys/arch/emips/include/disklabel.h @@ -1,4 +1,4 @@ -/* $NetBSD: disklabel.h,v 1.5 2013/05/16 19:06:44 christos Exp $ */ +/* $NetBSD: disklabel.h,v 1.4 2013/05/16 19:06:44 christos Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou |
