projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c4b1ca
)
Typo.
author
Simon Josefsson
<simon@josefsson.org>
Wed, 21 Jun 2006 17:53:49 +0000
(17:53 +0000)
committer
Simon Josefsson
<simon@josefsson.org>
Wed, 21 Jun 2006 17:53:49 +0000
(17:53 +0000)
lib/inet_pton.c
patch
|
blob
|
history
diff --git
a/lib/inet_pton.c
b/lib/inet_pton.c
index f2b58bb633a9bc0d9c52389c9d066c68dd6ecf1e..39c08692b4f924395aa6740910bb77065e2c8278 100644
(file)
--- 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_IPV
4
+#if HAVE_IPV
6
case AF_INET6:
return (inet_pton6 (src, dst));
#endif