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:
parent
904e50c477
commit
912eab4465
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user