mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
0c6c28c32c
Ports using -lossaudio still call open(2) to get a file descriptor. They don't need it to change the volume, but expect various syscalls to succeed. Using /dev/null ensures programs will continue to work once /dev/mixer is disabled. "go ahead" landry@ and naddy@