aboutsummaryrefslogtreecommitdiff
path: root/posix/tst-getaddrinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/tst-getaddrinfo.c')
-rw-r--r--posix/tst-getaddrinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/tst-getaddrinfo.c b/posix/tst-getaddrinfo.c
index 84929f57e4..a6197f2674 100644
--- a/posix/tst-getaddrinfo.c
+++ b/posix/tst-getaddrinfo.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2000, 2001 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
@@ -26,7 +26,7 @@
static int
do_test (void)
{
- const int family[3] = { AF_INET, AF_INET6, AF_UNIX };
+ const int family[2] = { AF_INET, AF_INET6 };
int result = 0;
int gaierr, index;
struct addrinfo hints, *ai, *aitop;