Date: Mon, 21 Feb 2011 19:46:02 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/i386/boot2 boot2.c Message-ID: <201102211946.p1LJkFNq091947@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dim 2011-02-21 19:46:02 UTC FreeBSD src repository Modified files: sys/boot/i386/boot2 boot2.c Log: SVN rev 218926 on 2011-02-21 19:46:02Z by dim In sys/boot/i386/boot2/boot2.c, change the type of the 'opts' variable from uint16_t back to uint32_t. The actual option bitmasks (RB_* and RBX_*) assume at least a 32 bit variable. Submitted by: rdivacky Revision Changes Path 1.93 +1 -1 src/sys/boot/i386/boot2/boot2.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102211946.p1LJkFNq091947>