[lwip-users] ENSR* error codes (errno) in DNS code

2011-08-04 Thread Mason
Hello everyone, The file src/include/lwip/arch.h defines several error codes, some of which are used in DNS-related operations: the ENSR* error codes such as ENSRNOTFOUND. sys_arch.txt states: [cc.h] must either include a system-local which defines the standard *nix error codes, or it shoul

Re: [lwip-users] ENSR* error codes (errno) in DNS code

2011-08-04 Thread Kieran Mansley
On Wed, 2011-08-03 at 13:41 +0200, Mason wrote: > Should I just copy the definitions to my cc.h file? That sounds like the most pragmatic solution. I'm not sure where the values used in the lwIP errno header come from. > Are the values set in stone or are they likely to change > in the future?