CVSROOT:        /cvs
Module name:    src
Changes by:     ratc...@cvs.openbsd.org 2009/02/04 00:54:00

Modified files:
        lib/libsndio   : aucat.c sun.c 

Log message:
Programs have no direct access do the device file descriptor. So, if
the programs calls execvp(2), the new image can't use the device, which
stays open, so other programs get EBUSY. Set the close-on-exec flag to
avoid this.

ok jakemsr

Reply via email to