mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
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
c2476fafad
commit
91c590034d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104322
@ -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