From 3fd95272b3d8e775703fee391deb6ae4833a5b81 Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Tue, 24 Jul 2001 12:33:08 +0000 Subject: [PATCH] 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(-) diff --git a/libexec/ypxfr/ypxfr_getmap.c b/libexec/ypxfr/ypxfr_getmap.c index 085d6319a685..31a0e586fd9c 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