Module Name: src Committed By: dholland Date: Fri May 28 07:40:53 UTC 2010
Modified Files: src/sbin/disklabel: interact.c Log Message: Change getnum() to use intmax_t instead of int, so it doesn't overflow between 2^31 and 2^32. Adjust call sites accordingly. PR 43354. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sbin/disklabel/interact.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.