Ticket #28509: patch-lft_lib.c.diff

File patch-lft_lib.c.diff, 483 bytes (added by danielluke (Daniel J. Luke), 13 years ago)

Check for AI_NUMERICSERV

  • lft_lib.c

    old new  
    1818#include "lft_btcptrace.h"
    1919#include "lft_icmptrace.h"
    2020
     21#ifndef AI_NUMERICSERV
     22# define AI_NUMERICSERV 0
     23#endif
     24
    2125/*---------------------------------------------------------------------------*/
    2226const int start_dport = 33434;  /* starting port for UDP tracing (traceroute
    2327                                   compatibility for some targets that care */