diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-24 12:33:08 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-24 12:33:08 +0000 |
| commit | 3fd95272b3d8e775703fee391deb6ae4833a5b81 (patch) | |
| tree | a30bfd6c2a61d5142d4c2cf6780e8cfd41cc4ebb /libexec | |
| parent | 506d42c5b76a120dfd1c03d2622df16567e8d4b3 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ypxfr/ypxfr_getmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
