Module Name: src Committed By: martin Date: Mon Feb 16 13:52:43 UTC 2015
Modified Files: src/usr.sbin/sysinst/arch/i386 [netbsd-7]: md.c Log Message: Pull up following revision(s) (requested by snj in ticket #518): usr.sbin/sysinst/arch/i386/md.c: revision 1.4 When checking if the user chose to use the existing bootblocks, use the appropriate variable, boottype.bp_consdev, not the uninitialized bp.bp_consdev. Also remove bp and bootxx since their only use was in the incorrect check. This should fix the problem of sysinst segfaulting when you choose "Use existing bootblocks" on amd64. To generate a diff of this commit: cvs rdiff -u -r1.3.2.1 -r1.3.2.2 src/usr.sbin/sysinst/arch/i386/md.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.