Package: util-linux Version: 2.20.1-4 Severity: normal Tags: patch
--- util-linux-2.20.1/disk-utils/mkfs.minix.c 2011-10-11 15:23:46.000000000 +0200 +++ util-linux-2.20.1-mod/disk-utils/mkfs.minix.c 2012-05-02 13:56:09.993347189 +0200 @@ -487,7 +487,7 @@ static void setup_tables(void) { if (fs_version == 3) { Super3.s_log_zone_size = 0; - Super3.s_blocksize = BLOCKS; + Super3.s_blocksize = MINIX_BLOCK_SIZE; } else { Super.s_log_zone_size = 0; @@ -773,7 +773,7 @@ int main(int argc, char ** argv) { if (fs_version == 3) magic = MINIX3_SUPER_MAGIC; - if (fs_version == 2) { + else if (fs_version == 2) { if (namelen == 14) magic = MINIX2_SUPER_MAGIC; else -- System Information: Debian Release: wheezy/sid APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages util-linux depends on: ii debconf [debconf-2.0] 1.5.42 ii dpkg 1.16.3 ii initscripts 2.88dsf-22.1 ii install-info 4.13a.dfsg.1-10 ii libblkid1 2.20.1-4 ii libc6 2.13-32 ii libncurses5 5.9-7 ii libselinux1 2.1.9-4 ii libslang2 2.2.4-10 ii libtinfo5 5.9-7 ii libuuid1 2.20.1-4 ii lsb-base 4.1+Debian2 ii tzdata 2012c-1 ii zlib1g 1:1.2.6.dfsg-2 util-linux recommends no packages. Versions of packages util-linux suggests: pn dosfstools 3.0.12-1 pn kbd 1.15.3-9 pn util-linux-locales <none> -- debconf information: util-linux/noauto-with-nonzero-passnum: -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org