diff options
author | Miles Bader <miles@gnu.org> | 1995-04-17 21:12:13 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-04-17 21:12:13 +0000 |
commit | cee1d892121821cf9d075fa10194016eda74268e (patch) | |
tree | 91d5bc7c7799610e01a305442e66c6d3fe69ccce | |
parent | a4bc507ada0d75d08decd021c18baeaab35c7139 (diff) |
Formerly bitmap.c.~5~
-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 296c839b..a4c53675 100644 --- a/ext2fs/bitmap.c +++ b/ext2fs/bitmap.c @@ -58,7 +58,7 @@ inline unsigned long ffz(unsigned long word) * on Linus's ALPHA routines, which are pretty portable BTW. */ -extern inline unsigned long +inline unsigned long find_next_zero_bit(void *addr, unsigned long size, unsigned long offset) { unsigned long *p = ((unsigned long *) addr) + (offset >> 6); |