summaryrefslogtreecommitdiffstats
path: root/libexec/ypxfr/ypxfr_extern.h
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-16 19:39:49 +0000
committerdim <dim@FreeBSD.org>2011-12-16 19:39:49 +0000
commitf5113f1990a5953147a816c687dabac7df3ae568 (patch)
tree46fdff8bbe6ed95cbeb87aa80c2a9b774915f047 /libexec/ypxfr/ypxfr_extern.h
parent838b9f84ea6a2b70f53b6c7b09c42bc108e028f7 (diff)
downloadFreeBSD-src-f5113f1990a5953147a816c687dabac7df3ae568.zip
FreeBSD-src-f5113f1990a5953147a816c687dabac7df3ae568.tar.gz
Attempt to fix the numerous incompatible enum conversions in
libexec/ypxfr in the least disruptive way. MFC after: 1 week
Diffstat (limited to 'libexec/ypxfr/ypxfr_extern.h')
-rw-r--r--libexec/ypxfr/ypxfr_extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ypxfr/ypxfr_extern.h b/libexec/ypxfr/ypxfr_extern.h
index f843b64..67aede1 100644
--- a/libexec/ypxfr/ypxfr_extern.h
+++ b/libexec/ypxfr/ypxfr_extern.h
@@ -46,7 +46,7 @@ extern BTREEINFO openinfo_b;
extern char *yp_dir;
extern int debug;
-extern enum ypstat yp_errno;
+extern ypxfrstat yp_errno;
extern void yp_error(const char *, ...);
extern int _yp_check(char **);
extern const char *ypxfrerr_string(ypxfrstat);
OpenPOWER on IntegriCloud