From 2882881305004fa5aafe3f5afe0f68ffd09a2997 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 27 May 1998 05:40:19 +0000 Subject: Fix warning in non-68040 case; jason@couch.com --- sys/arch/hp300/hp300/trap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/hp300') diff --git a/sys/arch/hp300/hp300/trap.c b/sys/arch/hp300/hp300/trap.c index 9052d1880c0..cdf04248bd3 100644 --- a/sys/arch/hp300/hp300/trap.c +++ b/sys/arch/hp300/hp300/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.13 1998/03/07 12:41:34 deraadt Exp $ */ +/* $OpenBSD: trap.c,v 1.14 1998/05/27 05:40:18 millert Exp $ */ /* $NetBSD: trap.c,v 1.55 1997/07/08 16:56:36 kleink Exp $ */ /* @@ -214,8 +214,8 @@ userret(p, fp, oticks, faultaddr, fromtrap) int fromtrap; { int sig, s; - union sigval sv; #ifdef M68040 + union sigval sv; int beenhere = 0; again: -- cgit v1.2.3