I made a syntax error yesterday.

Submitted by:	John Capo
This commit is contained in:
Poul-Henning Kamp 1994-11-27 01:49:39 +00:00
parent 5aff5aea84
commit 6128633879
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4829
2 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.93 1994/11/16 00:41:06 davidg Exp $
* $Id: machdep.c,v 1.94 1994/11/26 09:37:57 phk Exp $
*/
#include "npx.h"
@ -376,7 +376,7 @@ cpu_startup()
*/
configure();
if (bootverbose) {
printf("BIOS Geometries:",
printf("BIOS Geometries:");
for (i=0; i < N_BIOS_GEOM; i++)
printf(" %x:%x\n", i, bootinfo.bios_geom[i]);
printf(" %d accounted for\n",bootinfo.n_bios_used);

View file

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.93 1994/11/16 00:41:06 davidg Exp $
* $Id: machdep.c,v 1.94 1994/11/26 09:37:57 phk Exp $
*/
#include "npx.h"
@ -376,7 +376,7 @@ cpu_startup()
*/
configure();
if (bootverbose) {
printf("BIOS Geometries:",
printf("BIOS Geometries:");
for (i=0; i < N_BIOS_GEOM; i++)
printf(" %x:%x\n", i, bootinfo.bios_geom[i]);
printf(" %d accounted for\n",bootinfo.n_bios_used);