From 8e6ba89b938d0618d19dff6cdb0aaed1cf6a292e Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 13 Sep 2015 12:30:53 +0000 Subject: Needs before now. --- sys/arch/vax/vax/trap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/arch/vax/vax/trap.c b/sys/arch/vax/vax/trap.c index d74d65d75e8..eee24ded679 100644 --- a/sys/arch/vax/vax/trap.c +++ b/sys/arch/vax/vax/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.55 2015/01/20 19:43:21 kettenis Exp $ */ +/* $OpenBSD: trap.c,v 1.56 2015/09/13 12:30:52 miod Exp $ */ /* $NetBSD: trap.c,v 1.47 1999/08/21 19:26:20 matt Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. @@ -36,8 +36,8 @@ #include #include #include -#include #include +#include #include #include @@ -122,7 +122,7 @@ if(faultdebug)printf("Trap: type %lx, code %lx, pc %lx, psl %lx\n", frame->trap, frame->code, frame->pc, frame->psl); fram: #endif - switch(type){ + switch (type){ default: #ifdef DDB -- cgit v1.2.3