CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/03 02:40:43
Modified files:
usr.bin/sndioctl: sndioctl.c
Log message:
sndioctl: Flush stdout before polling
If stdout is not flushed, output is not seen by programs using
sndioctl through a pipe (ex. "sndioctl -m | cat" displays nothing).
Patch from Erico Nogueira <[email protected]>, idea
from Duncan Overbruck <[email protected]>
