summaryrefslogtreecommitdiff
path: root/nss/digits_dots.c
diff options
context:
space:
mode:
Diffstat (limited to 'nss/digits_dots.c')
-rw-r--r--nss/digits_dots.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/digits_dots.c b/nss/digits_dots.c
index 045bf8a661..a439207191 100644
--- a/nss/digits_dots.c
+++ b/nss/digits_dots.c
@@ -126,7 +126,7 @@
255.255.255.255? The test below will succeed
spuriously... ??? */
if (af == AF_INET)
- ok = inet_aton (name, (struct in_addr *) host_addr);
+ ok = __inet_aton (name, (struct in_addr *) host_addr);
else
{
assert (af == AF_INET6);