From owner-cvs-sys Thu Jul 11 22:25:54 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA01658 for cvs-sys-outgoing; Thu, 11 Jul 1996 22:25:54 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA01640; Thu, 11 Jul 1996 22:25:48 -0700 (PDT) Date: Thu, 11 Jul 1996 22:25:48 -0700 (PDT) From: Bruce Evans Message-Id: <199607120525.WAA01640@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot boot.c boot2.S table.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/07/11 22:25:48 Modified: sys/i386/boot/biosboot boot.c boot2.S table.c Log: Moved the definition of dflt_name to the correct file (table.c is only for explicitly initialized data) and made it conditional on NAMEBLOCK. Revision Changes Path 1.53 +4 -2 src/sys/i386/boot/biosboot/boot.c 1.8 +3 -1 src/sys/i386/boot/biosboot/boot2.S 1.12 +1 -2 src/sys/i386/boot/biosboot/table.c