CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/15 22:15:19
Modified files:
sys/dev/isa : spkr.c
Log message:
spkr(4): fix compilation under SPKRDEBUG
uio.uio_resid is a size_t, not an int. Change the format string
accordingly.
