OpenBSD cvs log

created 2021-06-27T20:44:46Z
begin 2021-06-23T14:09:01Z
end 2021-06-23T14:12:59Z
path src/sys
commits 1

date 2021-06-23T14:12:59Z
author cheloha
files src/sys/arch/macppc/dev/adb.c log diff annotate
message adb(4/macppc): fix adb_cuda_tickle() prototype

Timeout callback functions are of type void (*)(void *).
adb_cuda_tickle() needs a void pointer for a first parameter.

ok mpi@