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/rpc_soc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc/rpc/rpc_soc.c') diff --git a/lib/libc/rpc/rpc_soc.c b/lib/libc/rpc/rpc_soc.c index 35fd983..9618de1 100644 --- a/lib/libc/rpc/rpc_soc.c +++ b/lib/libc/rpc/rpc_soc.c @@ -80,8 +80,8 @@ extern mutex_t rpcsoc_lock; static CLIENT *clnt_com_create __P((struct sockaddr_in *, rpcprog_t, rpcvers_t, int *, u_int, u_int, char *)); -static SVCXPRT *svc_com_create __P((int, u_int, u_int, char *)); -static bool_t rpc_wrap_bcast __P((char *, struct netbuf *, struct netconfig *)); +static SVCXPRT *svc_com_create(int, u_int, u_int, char *); +static bool_t rpc_wrap_bcast(char *, struct netbuf *, struct netconfig *); /* XXX */ #define IN4_LOCALHOST_STRING "127.0.0.1" @@ -348,7 +348,7 @@ callrpc(host, prognum, versnum, procnum, inproc, in, outproc, out) int registerrpc(prognum, versnum, procnum, progname, inproc, outproc) int prognum, versnum, procnum; - char *(*progname) __P((char [UDPMSGSIZE])); + char *(*progname)(char [UDPMSGSIZE]); xdrproc_t inproc, outproc; { -- cgit v1.1