[syslinux] [syslinux:lwip] PXE Cleanups, allow for 128 open files

H. Peter Anvin hpa at zytor.com
Tue Apr 26 00:30:07 PDT 2011


On 04/25/2011 09:05 PM, Geert Stappers wrote:
>> --- a/core/fs/pxe/pxe.h
>> +++ b/core/fs/pxe/pxe.h
>> @@ -21,27 +21,15 @@
>>  #define PXE_H
>>  
>>  #include <syslinux/pxe_api.h>
>> -#include "fs.h"			/* For MAX_OPEN, should go away */
>> +#include "fs.h"			/* Mostly for FILENAME_MAX */
> 
> FWIW, I would expect
>   #include "fs.h"			/* Mostly for MAX_OPEN */
> 

There are no references to MAX_OPEN anymore, but FILENAME_MAX is used
for some buffer sizes.

	-hpa


-- 
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel.  I don't speak on their behalf.




More information about the Syslinux mailing list