Another update from Larry:
[oweals/busybox.git] / mkfs_minix.c
index a83fa796166dd10c96bc92970fdf6132559b4f83..70374eae908248bfd62a3c42f74661cc29e4139c 100644 (file)
@@ -382,7 +382,7 @@ static void mark_good_blocks(void)
                mark_zone(good_blocks_table[blk]);
 }
 
-inline int next(int zone)
+static int next(int zone)
 {
        if (!zone)
                zone = FIRSTZONE - 1;