Date: Sat, 10 Oct 1998 07:30:06 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/boot/biosboot boot.c boot.h table.c Message-ID: <199810101430.HAA17920@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/10/10 07:30:06 PDT
Modified files:
sys/i386/boot/biosboot boot.c boot.h table.c
Log:
Don't pretend to support ix86's with 16-bit ints by using longs just
to ensure 32-bit variables. Doing so broke i386's with 64-bit longs.
This also fixes printf format errors.
Revision Changes Path
1.74 +7 -7 src/sys/i386/boot/biosboot/boot.c
1.24 +2 -2 src/sys/i386/boot/biosboot/boot.h
1.17 +2 -2 src/sys/i386/boot/biosboot/table.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810101430.HAA17920>
