Make this compile again.

This commit is contained in:
thorpej 1999-05-24 18:40:48 +00:00
parent d1a550d635
commit e8beb9bbe8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.233 1999/05/20 08:21:44 lukem Exp $ */
/* $NetBSD: machdep.c,v 1.234 1999/05/24 18:40:48 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -340,7 +340,7 @@ consinit(void)
void
cpu_startup(void)
{
caddr_t v, firstaddr;
caddr_t v;
unsigned i;
int vers;
int base, residual;