[vlc-devel] [vlc-commits] Replace fdopendir()

Felix Paul Kühne fkuehne.videolan at googlemail.com
Sat Sep 3 19:29:30 CEST 2011


Hi,

On 03.09.2011, at 11:54, Rémi Denis-Courmont wrote:

> +    DIR *dir = opendir (path);
> +    if (dir != NULL)
> +    {
> +        close (fd);
> +        return dir;
> +    }

Sorry for bothering, but "close()" isn't defined on the Mac either..


Best regards,

Felix




More information about the vlc-devel mailing list