mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
(inet_addr): Change return type to u_int32_t.
This commit is contained in:
parent
7b9a9e4735
commit
548a8f3140
@ -71,7 +71,7 @@ static char rcsid[] = "$Id$";
|
||||
* Ascii internet address interpretation routine.
|
||||
* The value returned is in network order.
|
||||
*/
|
||||
u_long
|
||||
u_int32_t
|
||||
inet_addr(cp)
|
||||
register const char *cp;
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user