1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Change inet_aton type from in_addr_t to int.

This commit is contained in:
Ulrich Drepper
2004-07-21 16:28:40 +00:00
parent 0767a652c2
commit 4cdc0a3d63
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#include <inet/arpa/inet.h>
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)