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 Perlstein 2002-10-01 22:02:06 +00:00
parent c2476fafad
commit 91c590034d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104322

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;