mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2000-05-28 Ulrich Drepper <drepper@redhat.com> * resolv/inet_pton.c: Loose __P.
This commit is contained in:
@ -34,8 +34,8 @@ static char rcsid[] = "$Id$";
|
||||
* sizeof(int) < 4. sizeof(int) > 4 is fine; all the world's not a VAX.
|
||||
*/
|
||||
|
||||
static int inet_pton4 __P((const char *src, u_char *dst)) internal_function;
|
||||
static int inet_pton6 __P((const char *src, u_char *dst)) internal_function;
|
||||
static int inet_pton4 (const char *src, u_char *dst) internal_function;
|
||||
static int inet_pton6 (const char *src, u_char *dst) internal_function;
|
||||
|
||||
/* int
|
||||
* inet_pton(af, src, dst)
|
||||
|
Reference in New Issue
Block a user