From 5940915483ebc144409779e67ab7b8ad7f7fac30 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Fri, 15 Jan 2016 23:05:01 +0000 Subject: We don't need yet another alias for DEV_BSIZE. Use DEV_BSIZE and nuke PBLOCK_SIZE and another unused #define. --- sbin/pdisk/partition_map.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sbin/pdisk/partition_map.h') 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 // -- cgit v1.2.3