From 912eab446573796044de866095ea99a8fe3af29a Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 1 Oct 2002 22:02:06 +0000 Subject: [PATCH] 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 --- lib/librpcsvc/rstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librpcsvc/rstat.c b/lib/librpcsvc/rstat.c index e857f0204831..1d1890804071 100644 --- a/lib/librpcsvc/rstat.c +++ b/lib/librpcsvc/rstat.c @@ -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 #include -int +enum clnt_stat rstat(host, statp) char *host; struct statstime *statp;