artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f7c17d
)
With revision 1.93 a space character got lost when printing the
author
bluhm
<bluhm@openbsd.org>
Sun, 28 Dec 2014 11:11:01 +0000
(11:11 +0000)
committer
bluhm
<bluhm@openbsd.org>
Sun, 28 Dec 2014 11:11:01 +0000
(11:11 +0000)
signal action. Print the space again.
OK jsg@
usr.bin/kdump/kdump.c
patch
|
blob
|
history
diff --git
a/usr.bin/kdump/kdump.c
b/usr.bin/kdump/kdump.c
index
11c50a2
..
515c1f6
100644
(file)
--- a/
usr.bin/kdump/kdump.c
+++ b/
usr.bin/kdump/kdump.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: kdump.c,v 1.9
5 2014/12/15 07:01:12 jmc Exp $
*/
+/* $OpenBSD: kdump.c,v 1.9
6 2014/12/28 11:11:01 bluhm Exp $
*/
/*-
* Copyright (c) 1988, 1993
@@
-1292,6
+1292,7
@@
static void
ktrpsig(struct ktr_psig *psig)
{
signame(psig->signo);
+ printf(" ");
if (psig->action == SIG_DFL)
(void)printf("SIG_DFL");
else {