mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
(inet_neta): Change type of first parameter to u_int32_t.
This commit is contained in:
parent
548a8f3140
commit
8ad9e4d159
@ -47,7 +47,7 @@ static const char rcsid[] = "$Id$";
|
||||
*/
|
||||
char *
|
||||
inet_neta(src, dst, size)
|
||||
u_long src;
|
||||
u_int32_t src;
|
||||
char *dst;
|
||||
size_t size;
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user