From 44bf20e1b6abc4a2e0c3c8fe607245c250da62e6 Mon Sep 17 00:00:00 2001 From: dd Date: Tue, 24 Jul 2001 12:33:08 +0000 Subject: yp_errno is an `enum ypstat`. PR: 29190 Submitted by: Cristan Szmajda Reviewed by: md5(1) --- libexec/ypxfr/ypxfr_getmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') diff --git a/libexec/ypxfr/ypxfr_getmap.c b/libexec/ypxfr/ypxfr_getmap.c index 085d631..31a0e58 100644 --- a/libexec/ypxfr/ypxfr_getmap.c +++ b/libexec/ypxfr/ypxfr_getmap.c @@ -48,7 +48,7 @@ extern bool_t xdr_ypresp_all_seq __P(( XDR *, unsigned long * )); int (*ypresp_allfn)(); void *ypresp_data; extern DB *specdbp; -extern int yp_errno; +extern enum ypstat yp_errno; /* * This is largely the same as yp_all() except we do the transfer -- cgit v1.1