diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-22 09:22:15 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-22 09:22:15 +0000 |
commit | e2881f49cc545371650e022bf57db9fee6d9f8c9 (patch) | |
tree | 940c5b6971ca7a1e0ccd4772f07ad6694c595c70 /lib/libc/rpc/rpcb_clnt.c | |
parent | 700cd85b2e27d1f9b06fa6fea221100cc8d47e6f (diff) | |
download | FreeBSD-src-e2881f49cc545371650e022bf57db9fee6d9f8c9.zip FreeBSD-src-e2881f49cc545371650e022bf57db9fee6d9f8c9.tar.gz |
Remove multi-line __P() usage.
Diffstat (limited to 'lib/libc/rpc/rpcb_clnt.c')
-rw-r--r-- | lib/libc/rpc/rpcb_clnt.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/libc/rpc/rpcb_clnt.c b/lib/libc/rpc/rpcb_clnt.c index 156cbe8..416ab22 100644 --- a/lib/libc/rpc/rpcb_clnt.c +++ b/lib/libc/rpc/rpcb_clnt.c @@ -102,13 +102,10 @@ extern int __rpc_lowvers; static struct address_cache *check_cache(const char *, const char *); static void delete_cache(struct netbuf *); -static void add_cache __P((const char *, const char *, struct netbuf *, - char *)); -static CLIENT *getclnthandle __P((const char *, const struct netconfig *, - char **)); +static void add_cache(const char *, const char *, struct netbuf *, char *); +static CLIENT *getclnthandle(const char *, const struct netconfig *, char **); static CLIENT *local_rpcb(void); -static struct netbuf *got_entry __P((rpcb_entry_list_ptr, - const struct netconfig *)); +static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *); /* * This routine adjusts the timeout used for calls to the remote rpcbind. |