Typo.
[pspp] / lib / inet_pton.c
index f2b58bb633a9bc0d9c52389c9d066c68dd6ecf1e..39c08692b4f924395aa6740910bb77065e2c8278 100644 (file)
@@ -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