OpenBSD cvs log

created 2020-01-20T20:40:23Z
begin 2020-01-03T00:52:47Z
end 2020-01-03T01:16:12Z
path src/sys
commits 1

date 2020-01-03T01:16:12Z
author cheloha
files src/sys/kern/kern_timeout.c log diff annotate
src/sys/sys/timeout.h log diff annotate
message timeout(9): Rename the TIMEOUT_NEEDPROCCTX flag to TIMEOUT_PROC.

This makes it more likely to fit into 80 columns if used alongside
the forthcoming timeout_set_flags() and TIMEOUT_INITIALIZER_FLAGS()
interfaces.

"makes sense to me" bluhm@, ok visa@