CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2009/10/10 03:54:06
Modified files: usr.bin/aucat : aproc.c dev.c Log message: We don't need independent file reader and writer anymore. So, destroy reader when writer terminates and destroy writer when reader terminates. This simplifies a lot the way we drain audio devices and will help simplifying other parts.