From 4cdc0a3d636921357ff1ccfe02f88b9d4e974b4f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 21 Jul 2004 16:28:40 +0000 Subject: Change inet_aton type from in_addr_t to int. --- include/arpa/inet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/arpa') diff --git a/include/arpa/inet.h b/include/arpa/inet.h index c81f5824f1..4e2c62390b 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -1,6 +1,6 @@ #include -extern in_addr_t __inet_aton (__const char *__cp, struct in_addr *__inp); +extern int __inet_aton (__const char *__cp, struct in_addr *__inp); libc_hidden_proto (__inet_aton) libc_hidden_proto (inet_aton) -- cgit v1.2.3