CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2018/06/26 01:49:44
Modified files: usr.bin/sndiod : dev.c Log message: Initialize the slot->skip counter in slot_start() instead of slot_attach(). Now this makes no difference, because slot_attach() is always called right after slot_start(). However this will allow us to call slot_{attach,detach}() routines, while preserving the state of the slot.