From 3b73ce2319e249cf2795cf4b0d0c624134f01e77 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 21 Mar 2002 22:49:10 +0000 Subject: Remove __P() usage. --- lib/libc/rpc/clnt_perror.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/rpc/clnt_perror.c') diff --git a/lib/libc/rpc/clnt_perror.c b/lib/libc/rpc/clnt_perror.c index f277f9e..fbbdc98 100644 --- a/lib/libc/rpc/clnt_perror.c +++ b/lib/libc/rpc/clnt_perror.c @@ -57,8 +57,8 @@ static char *rcsid = "$FreeBSD$"; static char *buf; -static char *_buf __P((void)); -static char *auth_errmsg __P((enum auth_stat)); +static char *_buf(void); +static char *auth_errmsg(enum auth_stat); #define CLNT_PERROR_BUFLEN 256 static char * -- cgit v1.1