On Sun, Apr 1, 2012 at 2:37 PM, Gert Doering <g...@greenie.muc.de> wrote: > There is a similar bit of code in the win32 section, in > get_default_gateway_row(): > > get_default_gateway_row (const MIB_IPFORWARDTABLE *routes) > { > struct gc_arena gc = gc_new (); > DWORD lowest_metric = ~0; > > ... which might also be a candidate for this change. As I'm not sure > whether UINT_MAX is appropriate for a DWORD, I'm not proposing anything > particular for this occurance.
Right... I need to modify the patch. But I am not sure UINT_MAX is appropriate... Alon.