From owner-cvs-all Thu Sep 17 18:13:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24862 for cvs-all-outgoing; Thu, 17 Sep 1998 18:13:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24725; Thu, 17 Sep 1998 18:13:11 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA04553; Thu, 17 Sep 1998 18:12:47 -0700 (PDT) Date: Thu, 17 Sep 1998 18:12:47 -0700 (PDT) Message-Id: <199809180112.SAA04553@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common load_aout.c src/sys/boot/i386/libi386 biosdisk.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/17 18:12:47 PDT Modified files: sys/boot/common load_aout.c Log: Use a.out.h to get all the correct bits in one place. Revision Changes Path 1.5 +2 -3 src/sys/boot/common/load_aout.c Modified files: sys/boot/i386/libi386 biosdisk.c Log: We lost all the files in crt/, so define the BIOS sector size here instead. Revision Changes Path 1.3 +4 -4 src/sys/boot/i386/libi386/biosdisk.c