Diff for /dietlibc/t.c between versions 1.109 and 1.110

version 1.109, 2001/06/21 15:06:23 version 1.110, 2001/06/21 18:53:09
Line 228  int main(int argc,char *argv[]) { Line 228  int main(int argc,char *argv[]) {
   foo[6]=0;    foo[6]=0;
   puts(foo);    puts(foo);
 #endif  #endif
 #if 0  #if 1
   struct hostent * host;    struct hostent * host;
   struct in_addr i;    struct in_addr i;
   
   host = gethostbyname2("borg",AF_INET6);    host = gethostbyname2("knuth",AF_INET);
   
   if (!host)    if (!host)
     printf("host null\n");      printf("host null\n");

Removed from v.1.109  
changed lines
  Added in v.1.110


LinuxTV legacy CVS <linuxtv.org/cvs>