summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-07-10 00:01:30 +0000
committerjhb <jhb@FreeBSD.org>2007-07-10 00:01:30 +0000
commit30ae6d0ff13ca17ef354c9c7271ef56963b22647 (patch)
treeb4e28ad6f2004757c314398cf7ed194aa14ea454
parent0352509b7440c2ae248d2f2ebd36e09ef3fe3f13 (diff)
downloadFreeBSD-src-30ae6d0ff13ca17ef354c9c7271ef56963b22647.zip
FreeBSD-src-30ae6d0ff13ca17ef354c9c7271ef56963b22647.tar.gz
Fix alignment of context switch traces.
MFC after: 1 week Approved by: re (rwatson: "I like simple patches.")
-rw-r--r--usr.bin/kdump/kdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c
index 1425863..f803c65 100644
--- a/usr.bin/kdump/kdump.c
+++ b/usr.bin/kdump/kdump.c
@@ -255,7 +255,7 @@ dumpheader(struct ktr_header *kth)
type = "PSIG";
break;
case KTR_CSW:
- type = "CSW";
+ type = "CSW ";
break;
case KTR_USER:
type = "USER";
OpenPOWER on IntegriCloud