From: Simon Josefsson Date: Wed, 21 Jun 2006 17:53:49 +0000 (+0000) Subject: Typo. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718b0598a7e9f5e9bdf3efc7e91e69a78e465327;p=pspp Typo. --- diff --git a/lib/inet_pton.c b/lib/inet_pton.c index f2b58bb633..39c08692b4 100644 --- a/lib/inet_pton.c +++ b/lib/inet_pton.c @@ -80,7 +80,7 @@ inet_pton (int af, const char *restrict src, void *restrict dst) case AF_INET: return (inet_pton4 (src, dst)); -#if HAVE_IPV4 +#if HAVE_IPV6 case AF_INET6: return (inet_pton6 (src, dst)); #endif