From 678b3b069ae25d3b7e3af68cae6c428eca8dc0e1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 8 May 2007 12:44:16 +0000 Subject: Eliminate __P. --- cpukit/libnetworking/libc/inet_pton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libnetworking/libc/inet_pton.c') diff --git a/cpukit/libnetworking/libc/inet_pton.c b/cpukit/libnetworking/libc/inet_pton.c index 69c7d94aeb..77032ba6c2 100644 --- a/cpukit/libnetworking/libc/inet_pton.c +++ b/cpukit/libnetworking/libc/inet_pton.c @@ -32,8 +32,8 @@ * 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)); -static int inet_pton6 __P((const char *src, u_char *dst)); +static int inet_pton4(const char *src, u_char *dst); +static int inet_pton6(const char *src, u_char *dst); /* int * inet_pton(af, src, dst) -- cgit v1.2.3