artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14aaf7e
)
sigh, another case of user.h before syscall_mi.h
author
deraadt
<deraadt@openbsd.org>
Sat, 10 May 2014 21:58:56 +0000
(21:58 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 10 May 2014 21:58:56 +0000
(21:58 +0000)
sys/arch/hppa/hppa/trap.c
patch
|
blob
|
history
diff --git
a/sys/arch/hppa/hppa/trap.c
b/sys/arch/hppa/hppa/trap.c
index
130c9f1
..
0278efc
100644
(file)
--- a/
sys/arch/hppa/hppa/trap.c
+++ b/
sys/arch/hppa/hppa/trap.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: trap.c,v 1.13
2 2014/05/10 05:33:00 guenther Exp $
*/
+/* $OpenBSD: trap.c,v 1.13
3 2014/05/10 21:58:56 deraadt Exp $
*/
/*
* Copyright (c) 1998-2004 Michael Shalayeff
@@
-31,10
+31,10
@@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/syscall.h>
-#include <sys/syscall_mi.h>
#include <sys/proc.h>
#include <sys/signalvar.h>
#include <sys/user.h>
+#include <sys/syscall_mi.h>
#include <uvm/uvm_extern.h>