Teach libc5 what a sighandler_t is
[oweals/busybox.git] / mkfs_minix.c
index 928a496744c624eb34c9fdd9e69c0d91f6ecb582..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;
@@ -609,7 +609,7 @@ static void setup_tables(void)
  * Perform a test of a block; return the number of
  * blocks readable/writeable.
  */
-long do_check(char *buffer, int try, unsigned int current_block)
+static long do_check(char *buffer, int try, unsigned int current_block)
 {
        long got;