svn commit: trunk/busybox/util-linux

landley at busybox.net landley at busybox.net
Tue Jun 6 19:50:19 UTC 2006


Author: landley
Date: 2006-06-06 12:50:16 -0700 (Tue, 06 Jun 2006)
New Revision: 15299

Log:
Whack the one last warning in make allbareconfig...


Modified:
   trunk/busybox/util-linux/fsck_minix.c


Changeset:
Modified: trunk/busybox/util-linux/fsck_minix.c
===================================================================
--- trunk/busybox/util-linux/fsck_minix.c	2006-06-06 11:36:15 UTC (rev 15298)
+++ trunk/busybox/util-linux/fsck_minix.c	2006-06-06 19:50:16 UTC (rev 15299)
@@ -215,7 +215,6 @@
 static int errors_uncorrected;	/* flag if some error was not corrected */
 static int dirsize = 16;
 static int namelen = 14;
-static int version2;
 static struct termios termios;
 static int termios_set;
 
@@ -227,6 +226,7 @@
 #define Super (*(struct minix_super_block *)super_block_buffer)
 #define INODES ((unsigned long)Super.s_ninodes)
 #ifdef CONFIG_FEATURE_MINIX2
+static int version2;
 #define ZONES ((unsigned long)(version2 ? Super.s_zones : Super.s_nzones))
 #else
 #define ZONES ((unsigned long)(Super.s_nzones))




More information about the busybox-cvs mailing list