From a702865eb42f0edd1f7812a2f3dc9ed49f35b791 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 28 Oct 2001 00:57:39 +0000 Subject: Let 188-only kernels compile. --- sys/arch/mvme88k/dev/vme.c | 4 ++-- sys/arch/mvme88k/dev/vx.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys') diff --git a/sys/arch/mvme88k/dev/vme.c b/sys/arch/mvme88k/dev/vme.c index e42501f8019..5ecd7e92bf7 100644 --- a/sys/arch/mvme88k/dev/vme.c +++ b/sys/arch/mvme88k/dev/vme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vme.c,v 1.13 2001/09/11 20:05:24 miod Exp $ */ +/* $OpenBSD: vme.c,v 1.14 2001/10/28 00:57:38 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1995 Theo de Raadt @@ -294,7 +294,6 @@ vmeattach(parent, self, args) { struct vmesoftc *sc = (struct vmesoftc *)self; struct confargs *ca = args; - struct vme2reg *vme2; /* XXX any initialization to do? */ @@ -306,6 +305,7 @@ vmeattach(parent, self, args) case BUS_PCCTWO: { int scon; + struct vme2reg *vme2; vme2 = (struct vme2reg *)sc->sc_vaddr; /* Sanity check that the Bug is set up right */ diff --git a/sys/arch/mvme88k/dev/vx.c b/sys/arch/mvme88k/dev/vx.c index dad0b58ed58..6fc4c3a4402 100644 --- a/sys/arch/mvme88k/dev/vx.c +++ b/sys/arch/mvme88k/dev/vx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vx.c,v 1.11 2001/08/31 08:18:24 miod Exp $ */ +/* $OpenBSD: vx.c,v 1.12 2001/10/28 00:57:38 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * All rights reserved. @@ -47,12 +47,12 @@ #include +#include #include #include "pcctwo.h" #if NPCCTWO > 0 #include -#include #endif #ifdef DDB -- cgit v1.2.3