diff options
author | Miles Bader <miles@gnu.org> | 1995-04-11 14:35:49 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-04-11 14:35:49 +0000 |
commit | 4678db0d9652a5eb40a835fe78eac08f8858e7f2 (patch) | |
tree | 8261cd0ff7d09bb5c398880942b03007e59d22a3 /ext2fs/bitmap.c | |
parent | a61cc20f7c3dfcf3287c9eaaf0a6ec444eba9a23 (diff) |
Formerly bitmap.c.~2~
Diffstat (limited to 'ext2fs/bitmap.c')
-rw-r--r-- | ext2fs/bitmap.c | 2 |
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; |