Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



On 2020/06/02 2:08, Joerg Sonnenberger wrote:
On Sun, May 31, 2020 at 11:24:20PM +0000, Rin Okuyama wrote:
Module Name:	src
Committed By:	rin
Date:		Sun May 31 23:24:20 UTC 2020

Modified Files:
	src/sys/kern: kern_timeout.c

Log Message:
Stop allocating buffers dynamically in a DDB session, in order not to
disturb on-going debugged state of kernel datastructures.

This breaks the build with clang as it uses a declared-but-not-defined
type callout_cpu.

Fixed. Sorry for breakage.

Thanks,
rin


Home | Main Index | Thread Index | Old Index