Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/distrib/utils/sysinst/Attic/mbr.c,v rcsdiff: /ftp/cvs/cvsroot/src/distrib/utils/sysinst/Attic/mbr.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.89.2.2 retrieving revision 1.89.2.2.6.1 diff -u -p -r1.89.2.2 -r1.89.2.2.6.1 --- src/distrib/utils/sysinst/Attic/mbr.c 2012/06/12 19:19:20 1.89.2.2 +++ src/distrib/utils/sysinst/Attic/mbr.c 2013/10/20 13:43:23 1.89.2.2.6.1 @@ -1,4 +1,4 @@ -/* $NetBSD: mbr.c,v 1.89.2.2 2012/06/12 19:19:20 riz Exp $ */ +/* $NetBSD: mbr.c,v 1.89.2.2.6.1 2013/10/20 13:43:23 bouyer Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -1890,8 +1890,9 @@ get_ptn_alignment(struct mbr_partition * } } else { /* Use 1MB offset for large (>128GB) disks */ - if (dlsize > 2048 * 1024 * 128) + if (dlsize > 2048 * 1024 * 128) { ptn_alignment = 2048; ptn_0_offset = 2048; + } } }