diff options
Diffstat (limited to 'sbin/pdisk/partition_map.h')
-rw-r--r-- | sbin/pdisk/partition_map.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pdisk/partition_map.h b/sbin/pdisk/partition_map.h index 7f2b385f8a5..a734d22119f 100644 --- a/sbin/pdisk/partition_map.h +++ b/sbin/pdisk/partition_map.h @@ -1,4 +1,4 @@ -/* $OpenBSD: partition_map.h,v 1.7 2016/01/15 23:05:00 krw Exp $ */ +/* $OpenBSD: partition_map.h,v 1.8 2016/01/16 22:28:14 krw Exp $ */ // // partition_map.h - partition map routines @@ -31,7 +31,7 @@ #define __partition_map__ #include "dpme.h" -#include "media.h" +#include "file_media.h" // @@ -43,7 +43,7 @@ // Types // struct partition_map_header { - MEDIA m; + FILE_MEDIA m; char *name; struct partition_map * disk_order; struct partition_map * base_order; |