Since ktr_comm is now a string, we do not need MAXCOMLEN to limit printf.
authorderaadt <deraadt@openbsd.org>
Tue, 22 Feb 2022 17:31:31 +0000 (17:31 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 22 Feb 2022 17:31:31 +0000 (17:31 +0000)
commit93415848baac897b03274ba165399f065f0ea29e
tree51c618464a7ae541c00ea4e6aa3b0eae50799a81
parent39d65d83fbf036bc7c4bb241629638e4fef9a3b1
Since ktr_comm is now a string, we do not need MAXCOMLEN to limit printf.
And thus, sys/param.h is not needed either.
ok millert
usr.bin/kdump/kdump.c