CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/27 17:24:40
Modified files:
sys/dev/ic : vga.c
Log message:
vga(4): fix vga_doswitch() prototype
Timeout callback functions need to be void (*)(void *). No need to cast
the function pointer if fixing the type is trivial.
ok kettenis@
