summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2015-09-13 12:30:53 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2015-09-13 12:30:53 +0000
commit8e6ba89b938d0618d19dff6cdb0aaed1cf6a292e (patch)
tree36ffdc78023b670b13cc226eb18d913dec406e91 /sys/arch/vax
parent564558a82b5e6a7d77022ef084321d7503d29bc8 (diff)
Needs <sys/systm.h> before <sys/syscall_mi.h> now.
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/vax/trap.c6
1 files changed, 3 insertions, 3 deletions
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 <sys/proc.h>
#include <sys/user.h>
#include <sys/syscall.h>
-#include <sys/syscall_mi.h>
#include <sys/systm.h>
+#include <sys/syscall_mi.h>
#include <sys/signalvar.h>
#include <sys/exec.h>
@@ -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