--- dietlibc/t.c 2001/05/23 14:57:32 1.89 +++ dietlibc/t.c 2001/05/23 23:32:52 1.90 @@ -140,7 +140,7 @@ int main(int argc,char *argv[]) { struct hostent * host; struct in_addr i; - host = gethostbyname("pegasus"); + host = gethostbyname2("borg",AF_INET6); if (!host) printf("host null\n");