From 0093fda9e85344fe47f162e1a5627479c183947a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 2 Oct 1999 05:59:29 +0000 Subject: 1999-10-02 Roland McGrath * bitmap.c (count_free, find_next_zero_bit, find_first_zero_bit): Make these all static inline. (ffz, ffz_nibble_map): Function and variable removed. (ffz): Replace decl with macro defined in terms of ffs. * ext2fs.h (count_free, find_next_zero_bit, find_first_zero_bit, ffz): Remove these declarations. * Makefile (SRCS): Remove bitmap.c. (LCLHDRS): Add bitmap.c here instead. * balloc.c, ialloc.c: #include "bitmap.c" here. --- ext2fs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext2fs/Makefile') diff --git a/ext2fs/Makefile b/ext2fs/Makefile index 07bb3f95..2d2fb95e 100644 --- a/ext2fs/Makefile +++ b/ext2fs/Makefile @@ -20,10 +20,10 @@ dir := ext2fs makemode := server target = ext2fs -SRCS = balloc.c bitmap.c dir.c ext2fs.c getblk.c hyper.c ialloc.c \ +SRCS = balloc.c dir.c ext2fs.c getblk.c hyper.c ialloc.c \ inode.c pager.c pokel.c truncate.c storeinfo.c msg.c OBJS = $(SRCS:.c=.o) -LCLHDRS = ext2fs.h ext2_fs.h ext2_fs_i.h +LCLHDRS = ext2fs.h ext2_fs.h ext2_fs_i.h bitmap.h HURDLIBS=diskfs pager iohelp fshelp store ports threads ihash shouldbeinlibc include ../Makeconf -- cgit v1.2.3