make rstat(3) return an 'enum clnt_stat' rather than an 'int' to match

the prototype from rstat.x -> rstat.h.

MFC After: 1 day
This commit is contained in:
alfred 2002-10-01 22:02:06 +00:00
parent 904e50c477
commit 912eab4465

View File

@ -45,7 +45,7 @@ static char sccsid[] = "@(#)rstat.c 1.2 91/03/11 TIRPC 1.0; from 1.6 89/03/24 SM
#include <rpc/rpc.h>
#include <rpcsvc/rstat.h>
int
enum clnt_stat
rstat(host, statp)
char *host;
struct statstime *statp;