diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-12-16 11:58:24 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-12-16 11:58:24 +0100 |
commit | 0daee2e0dd9904d9e85044d181553dfab81e426d (patch) | |
tree | 325665aecdd94c3cc63e43e24d62e6dde3891978 /gl/getaddrinfo.c | |
parent | f9f5a817c619af57d19eb49b9c6091118d6165e2 (diff) | |
download | gnutls-0daee2e0dd9904d9e85044d181553dfab81e426d.tar.gz |
updated gnulib
Diffstat (limited to 'gl/getaddrinfo.c')
-rw-r--r-- | gl/getaddrinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/getaddrinfo.c b/gl/getaddrinfo.c index 069f2a95c5..e5de62c310 100644 --- a/gl/getaddrinfo.c +++ b/gl/getaddrinfo.c @@ -109,7 +109,7 @@ use_win32_p (void) } #endif -static inline bool +static bool validate_family (int family) { /* FIXME: Support more families. */ |