From 63883af765609743b7031faa4f33d6e2a0b2b156 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Wed, 20 Jul 2011 20:13:08 +0200 Subject: libblkid: use MINIX_BLOCK_SIZE from minix.h In the minix.h two definitions where renamed, so that the single definition is reusable in fsck.minix, mkfs.minix and libblkid. BLOCK_SIZE_BITS -> MINIX_BLOCK_SIZE_BITS BLOCK_SIZE -> MINIX_BLOCK_SIZE Signed-off-by: Sami Kerola --- include/minix.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include/minix.h') diff --git a/include/minix.h b/include/minix.h index 4975c6598..7ef6eecb0 100644 --- a/include/minix.h +++ b/include/minix.h @@ -55,14 +55,14 @@ struct minix3_super_block { uint8_t s_disk_version; }; -#define BLOCK_SIZE_BITS 10 -#define BLOCK_SIZE (1<