[Openmcl-devel] How to properly close the streams created by run-program?

Stefan Mandl StefanMandl at web.de
Fri Apr 21 15:15:13 PDT 2006


> I -believe- that it'd be correct to change that to:
> 
>     (fd-stream
>        (let* ((fd (fd-dup (ioblock-device (stream-ioblock object)))))
>          (values fd
>              nil
>              (cons fd close-in-parent)
>              close-on-error)))
> 

Thanks Gary, for the quick response.
That fixes the problem for me.

with kind regards,

Stefan Mandl





More information about the Openmcl-devel mailing list