artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f51bdee
)
Missed a 'ksi' -> '*ksip' change in previous commit
author
guenther
<guenther@openbsd.org>
Fri, 20 Jul 2018 01:30:30 +0000
(
01:30
+0000)
committer
guenther
<guenther@openbsd.org>
Fri, 20 Jul 2018 01:30:30 +0000
(
01:30
+0000)
sys/arch/hppa/hppa/machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/hppa/hppa/machdep.c
b/sys/arch/hppa/hppa/machdep.c
index
1a3b3bd
..
659f6d8
100644
(file)
--- a/
sys/arch/hppa/hppa/machdep.c
+++ b/
sys/arch/hppa/hppa/machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: machdep.c,v 1.25
3 2018/07/10 04:19:59
guenther Exp $ */
+/* $OpenBSD: machdep.c,v 1.25
4 2018/07/20 01:30:30
guenther Exp $ */
/*
* Copyright (c) 1999-2003 Michael Shalayeff
@@
-1224,7
+1224,7
@@
sendsig(sig_t catcher, int sig, sigset_t mask, const siginfo_t *ksip)
sip = 0;
if (psp->ps_siginfo & sigmask(sig)) {
sip = scp + sizeof(ksc);
- sss += (sizeof(
ksi
) + 63) & ~63;
+ sss += (sizeof(
*ksip
) + 63) & ~63;
}
bzero(&ksc, sizeof(ksc));