1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
2000-05-28  Ulrich Drepper  <drepper@redhat.com>

	* resolv/inet_pton.c: Loose __P.
This commit is contained in:
Ulrich Drepper
2000-05-28 19:32:08 +00:00
parent d1a8bf8514
commit 2588068bdf
3 changed files with 12 additions and 5 deletions

View File

@ -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)