Diff for /embedaddon/sudo/compat/getaddrinfo.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/05/29 12:26:49 version 1.1.1.2, 2013/07/22 10:46:11
Line 32 Line 32
   
 #include <config.h>  #include <config.h>
   
   #ifndef HAVE_GETADDRINFO
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/socket.h>  #include <sys/socket.h>
   
Line 436  getaddrinfo(const char *nodename, const char *servname Line 438  getaddrinfo(const char *nodename, const char *servname
         return 0;          return 0;
     }      }
 }  }
   #endif /* HAVE_GETADDRINFO */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>