From owner-cvs-sys Thu Jul 11 22:35:54 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA02244 for cvs-sys-outgoing; Thu, 11 Jul 1996 22:35:54 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA02227; Thu, 11 Jul 1996 22:35:48 -0700 (PDT) Date: Thu, 11 Jul 1996 22:35:48 -0700 (PDT) From: Bruce Evans Message-Id: <199607120535.WAA02227@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot disk.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/07/11 22:35:48 Modified: sys/i386/boot/biosboot disk.c Log: Moved the definition of `bsize' out of a DO_BAD144 ifdef so that this compiles when DO_BAD144 is not defined. Revision Changes Path 1.17 +2 -2 src/sys/i386/boot/biosboot/disk.c