summaryrefslogtreecommitdiff
path: root/ext2fs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-04-11 14:35:49 +0000
committerMiles Bader <miles@gnu.org>1995-04-11 14:35:49 +0000
commit4678db0d9652a5eb40a835fe78eac08f8858e7f2 (patch)
tree8261cd0ff7d09bb5c398880942b03007e59d22a3 /ext2fs
parenta61cc20f7c3dfcf3287c9eaaf0a6ec444eba9a23 (diff)
Formerly bitmap.c.~2~
Diffstat (limited to 'ext2fs')
-rw-r--r--ext2fs/bitmap.c2
1 files changed, 1 insertions, 1 deletions
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;