X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-getaddrinfo.c;h=4148788eec499050aedaace4bd9c5d1c80ebb3a1;hb=7a9376508b5cf731a98a66e4021aa9d0167ef723;hp=9f42fff2b53acc3adfb806a3dd57e86bb256424b;hpb=a84c1ea219cfec541ccd2cb9ce33a69f9c5559c2;p=gnulib.git diff --git a/tests/test-getaddrinfo.c b/tests/test-getaddrinfo.c index 9f42fff2b..4148788ee 100644 --- a/tests/test-getaddrinfo.c +++ b/tests/test-getaddrinfo.c @@ -1,11 +1,11 @@ /* Test the getaddrinfo module. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006-2007 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,8 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Written by Simon Josefsson. */ @@ -24,6 +23,11 @@ #include #include +/* BeOS does not have AF_UNSPEC. */ +#ifndef AF_UNSPEC +# define AF_UNSPEC 0 +#endif + int simple (char *host, char *service) { char buf[BUFSIZ]; @@ -50,7 +54,7 @@ int simple (char *host, char *service) printf ("\tfamily %x\n", ai->ai_family); printf ("\tsocktype %x\n", ai->ai_socktype); printf ("\tprotocol %x\n", ai->ai_protocol); - printf ("\taddrlen %d: ", ai->ai_addrlen); + printf ("\taddrlen %ld: ", (unsigned long) ai->ai_addrlen); printf ("\tFound %s\n", inet_ntop (ai->ai_family, &((struct sockaddr_in *)