]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/tst-getaddrinfo.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / posix / tst-getaddrinfo.c
index 9300cc674060621804902f668b954065ea549361..b5ea201cdb45f1b6ac9b393ae5065de49c8367b6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2017 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #include <stdio.h>
 #include <string.h>
@@ -28,7 +27,8 @@ do_test (void)
 {
   const int family[2] = { AF_INET, AF_INET6 };
   int result = 0;
-  int gaierr, index;
+  int gaierr;
+  size_t index;
   struct addrinfo hints, *ai, *aitop;
 
   for (index = 0; index < sizeof (family) / sizeof (family[0]); ++index)