diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-01-15 23:05:01 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-01-15 23:05:01 +0000 |
commit | 5940915483ebc144409779e67ab7b8ad7f7fac30 (patch) | |
tree | bcf0074602f31ed68cfab1007b4585b3600e63aa /sbin/pdisk/partition_map.h | |
parent | 90866f2acb4c608381fdcea6204110059b28855d (diff) |
We don't need yet another alias for DEV_BSIZE. Use DEV_BSIZE and
nuke PBLOCK_SIZE and another unused #define.
Diffstat (limited to 'sbin/pdisk/partition_map.h')
-rw-r--r-- | sbin/pdisk/partition_map.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/pdisk/partition_map.h b/sbin/pdisk/partition_map.h index 20aa89a1790..7f2b385f8a5 100644 --- a/sbin/pdisk/partition_map.h +++ b/sbin/pdisk/partition_map.h @@ -1,4 +1,4 @@ -/* $OpenBSD: partition_map.h,v 1.6 2016/01/14 04:17:40 krw Exp $ */ +/* $OpenBSD: partition_map.h,v 1.7 2016/01/15 23:05:00 krw Exp $ */ // // partition_map.h - partition map routines @@ -37,8 +37,6 @@ // // Defines // -#define PBLOCK_SIZE 512 -#define MAX_LINUX_MAP 15 // |