CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2012/01/10 01:04:19
Modified files: usr.bin/aucat : aucat.c Log message: When a sub-device is created (-s), check if a hardware device was already created (-f) before trying to use the default one, otherwise all sub-devices end up attached to the default device. Noticed by peters at schwertfisch.de, thanks!