summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/rpc_soc.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-22 09:22:15 +0000
committerobrien <obrien@FreeBSD.org>2002-03-22 09:22:15 +0000
commite2881f49cc545371650e022bf57db9fee6d9f8c9 (patch)
tree940c5b6971ca7a1e0ccd4772f07ad6694c595c70 /lib/libc/rpc/rpc_soc.c
parent700cd85b2e27d1f9b06fa6fea221100cc8d47e6f (diff)
downloadFreeBSD-src-e2881f49cc545371650e022bf57db9fee6d9f8c9.zip
FreeBSD-src-e2881f49cc545371650e022bf57db9fee6d9f8c9.tar.gz
Remove multi-line __P() usage.
Diffstat (limited to 'lib/libc/rpc/rpc_soc.c')
-rw-r--r--lib/libc/rpc/rpc_soc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/rpc_soc.c b/lib/libc/rpc/rpc_soc.c
index 9618de1..8df0529 100644
--- a/lib/libc/rpc/rpc_soc.c
+++ b/lib/libc/rpc/rpc_soc.c
@@ -78,8 +78,8 @@ static char sccsid[] = "@(#)rpc_soc.c 1.41 89/05/02 Copyr 1988 Sun Micro";
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 CLIENT *clnt_com_create(struct sockaddr_in *, rpcprog_t, rpcvers_t,
+ int *, u_int, u_int, char *);
static SVCXPRT *svc_com_create(int, u_int, u_int, char *);
static bool_t rpc_wrap_bcast(char *, struct netbuf *, struct netconfig *);
OpenPOWER on IntegriCloud