artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddd7c0e
)
fix typecast; janjaap@stack.nl
author
deraadt
<deraadt@openbsd.org>
Wed, 12 Feb 1997 14:57:02 +0000
(14:57 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 12 Feb 1997 14:57:02 +0000
(14:57 +0000)
sys/arch/alpha/alpha/trap.c
patch
|
blob
|
history
diff --git
a/sys/arch/alpha/alpha/trap.c
b/sys/arch/alpha/alpha/trap.c
index
438628a
..
180a1f3
100644
(file)
--- a/
sys/arch/alpha/alpha/trap.c
+++ b/
sys/arch/alpha/alpha/trap.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: trap.c,v 1.1
0 1997/02/09 14:18:4
2 deraadt Exp $ */
+/* $OpenBSD: trap.c,v 1.1
1 1997/02/12 14:57:0
2 deraadt Exp $ */
/* $NetBSD: trap.c,v 1.19 1996/11/27 01:28:30 cgd Exp $ */
/*
@@
-408,7
+408,7
@@
panic("foo");
}
goto dopanic;
}
- v = a0;
+ v =
(caddr_t)
a0;
ucode = ftype;
i = SIGSEGV;
typ = SEGV_MAPERR;