Update the lash shell (hopefully the last time...) so things like
[oweals/busybox.git] / fsck_minix.c
index 9a53a705e60a11ec3a9123c189ffd2b227fd7fe3..bd0c8a61ce9a0925ef7ad3d15249d0b8ee9a69d3 100644 (file)
@@ -701,7 +701,7 @@ static void read_tables(void)
        }
 }
 
-struct minix_inode *get_inode(unsigned int nr)
+static struct minix_inode *get_inode(unsigned int nr)
 {
        struct minix_inode *inode;
 
@@ -749,7 +749,7 @@ struct minix_inode *get_inode(unsigned int nr)
 }
 
 #ifdef BB_FEATURE_MINIX2
-struct minix2_inode *get_inode2(unsigned int nr)
+static struct minix2_inode *get_inode2(unsigned int nr)
 {
        struct minix2_inode *inode;