diff options
Diffstat (limited to 'sbin/pdisk/partition_map.h')
-rw-r--r-- | sbin/pdisk/partition_map.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pdisk/partition_map.h b/sbin/pdisk/partition_map.h index ade319e9c7c..a166eaad342 100644 --- a/sbin/pdisk/partition_map.h +++ b/sbin/pdisk/partition_map.h @@ -1,4 +1,4 @@ -/* $OpenBSD: partition_map.h,v 1.21 2016/01/21 15:33:21 krw Exp $ */ +/* $OpenBSD: partition_map.h,v 1.22 2016/01/22 01:25:56 krw Exp $ */ /* * partition_map.h - partition map routines @@ -40,7 +40,6 @@ struct partition_map_header { struct block0 *misc; int fd; int changed; - int written; int physical_block; /* must be == sbBlockSize */ int logical_block; /* must be <= physical_block */ int blocks_in_map; |