From owner-cvs-sys Wed Mar 12 10:48:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA02030 for cvs-sys-outgoing; Wed, 12 Mar 1997 10:48:35 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA02023; Wed, 12 Mar 1997 10:48:33 -0800 (PST) Date: Wed, 12 Mar 1997 10:48:33 -0800 (PST) From: Bruce Evans Message-Id: <199703121848.KAA02023@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot boot.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/03/12 10:48:33 Modified: sys/i386/boot/biosboot boot.c Log: Fixed setting of default kernel name when there is no boot.config file. Didn't fix a more serious problem when boot.config is empty - read() can't handle empty files. Reported by: Chris Timmons Revision Changes Path 1.64 +3 -3 src/sys/i386/boot/biosboot/boot.c