Diff for /dietlibc/t.c between versions 1.78 and 1.79

version 1.78, 2001/05/18 20:04:58 version 1.79, 2001/05/18 20:27:53
Line 33  int foo; Line 33  int foo;
 int main(int argc,char *argv[]) {  int main(int argc,char *argv[]) {
   struct addrinfo *ai;    struct addrinfo *ai;
   struct addrinfo hints;    struct addrinfo hints;
     char buf[16];
     printf("%d\n",inet_pton(AF_INET6,"hellhound",buf));
   hints.ai_family = AF_UNSPEC;    hints.ai_family = AF_UNSPEC;
   hints.ai_flags = AI_PASSIVE;    hints.ai_flags = AI_PASSIVE|AI_CANONNAME;
   hints.ai_socktype = SOCK_STREAM;    hints.ai_socktype = SOCK_STREAM;
   printf("%d\n",getaddrinfo(0,"80",&hints,&ai));    printf("%d\n",getaddrinfo(0,"80",&hints,&ai));
   while (ai) {    while (ai) {

Removed from v.1.78  
changed lines
  Added in v.1.79


LinuxTV legacy CVS <linuxtv.org/cvs>