From 2588068bdf891c057443ecfee136fb1bcfc3bf38 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 28 May 2000 19:32:08 +0000 Subject: Update. 2000-05-28 Ulrich Drepper * resolv/inet_pton.c: Loose __P. --- resolv/inet_pton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resolv') diff --git a/resolv/inet_pton.c b/resolv/inet_pton.c index e1419b96b4..4dcbad95c4 100644 --- a/resolv/inet_pton.c +++ b/resolv/inet_pton.c @@ -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) -- cgit v1.2.3