Hi Rémi,<br><br>On Monday, March 10, 2014, Rémi Denis-Courmont <<a href="mailto:remi@remlab.net">remi@remlab.net</a>> wrote:<br>> Le lundi 10 mars 2014, 11:06:40 Sean McGovern a écrit :<br>>> ---<br>>>  src/posix/filesystem.c |    3 +++<br>
>>  1 file changed, 3 insertions(+)<br>>><br>>> diff --git a/src/posix/filesystem.c b/src/posix/filesystem.c<br>>> index 326af9e..a1bc646 100644<br>>> --- a/src/posix/filesystem.c<br>>> +++ b/src/posix/filesystem.c<br>
>> @@ -29,6 +29,9 @@<br>>><br>>>  #include <stdio.h><br>>>  #include <limits.h> /* NAME_MAX */<br>>> +#ifndef NAME_MAX<br>>> +# define NAME_MAX 255<br>>> +#endif<br>><br>
> I don't think 255 is very sane, but more importantly, this does not seem to be<br>> needed anywhere in that file...<br>><br><br>My bad -- I forward ported this from my 2.1 tree and I guess never checked it was still necessary. Is there a process to get this applied to 2.1, or your patch from January that removes NAME_MAX from vlc_readdir()?<br>
<br>Thanks,<br><br>Sean McG.<br>