From 4678db0d9652a5eb40a835fe78eac08f8858e7f2 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 11 Apr 1995 14:35:49 +0000 Subject: Formerly bitmap.c.~2~ --- ext2fs/bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext2fs/bitmap.c b/ext2fs/bitmap.c index 8b9b5d23..ae3b2550 100644 --- a/ext2fs/bitmap.c +++ b/ext2fs/bitmap.c @@ -12,7 +12,7 @@ static int nibblemap[] = {4, 3, 3, 2, 3, 2, 2, 1, 3, 2, 2, 1, 2, 1, 1, 0}; -unsigned long ext2_count_free (struct buffer_head * map, unsigned int numchars) +unsigned long ext2_count_free (char * map, unsigned int numchars) { unsigned int i; unsigned long sum = 0; -- cgit v1.2.3