summaryrefslogtreecommitdiffstats
path: root/lib/librpcsvc/rstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librpcsvc/rstat.c')
-rw-r--r--lib/librpcsvc/rstat.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/librpcsvc/rstat.c b/lib/librpcsvc/rstat.c
index 1c19c4e..c5cbe80 100644
--- a/lib/librpcsvc/rstat.c
+++ b/lib/librpcsvc/rstat.c
@@ -46,9 +46,7 @@ static char sccsid[] = "@(#)rstat.c 1.2 91/03/11 TIRPC 1.0; from 1.6 89/03/24 SM
#include <rpcsvc/rstat.h>
enum clnt_stat
-rstat(host, statp)
- char *host;
- struct statstime *statp;
+rstat(char *host, struct statstime *statp)
{
return (callrpc(host, RSTATPROG, RSTATVERS_TIME, RSTATPROC_STATS,
(xdrproc_t)xdr_void, (char *) NULL,
@@ -56,8 +54,7 @@ rstat(host, statp)
}
int
-havedisk(host)
- char *host;
+havedisk(char *host)
{
long have;
OpenPOWER on IntegriCloud