[BACK]Return to getaddrinfo.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / net

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/net/getaddrinfo.c between version 1.4 and 1.5

version 1.4, 1999/07/04 00:33:14 version 1.5, 1999/07/04 00:34:20
Line 520  get_addr(hostname, af, res0, pai, port0)
Line 520  get_addr(hostname, af, res0, pai, port0)
         int port0;          int port0;
 {  {
 #ifdef USE_GETIPNODEBY  #ifdef USE_GETIPNODEBY
         return get_addr0(hostname, af, res, pai, port0);          return get_addr0(hostname, af, res0, pai, port0);
 #else  #else
         int i, error, ekeep;          int i, error, ekeep;
         struct addrinfo *cur;          struct addrinfo *cur;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>