summaryrefslogtreecommitdiffstats
path: root/freebsd/include/rpcsvc/yp_prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/include/rpcsvc/yp_prot.h')
-rw-r--r--freebsd/include/rpcsvc/yp_prot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/freebsd/include/rpcsvc/yp_prot.h b/freebsd/include/rpcsvc/yp_prot.h
index 960cab63..6b2e28af 100644
--- a/freebsd/include/rpcsvc/yp_prot.h
+++ b/freebsd/include/rpcsvc/yp_prot.h
@@ -235,7 +235,8 @@ struct dom_binding {
/* error code in ypbind_resp.ypbind_status */
enum ypbind_resptype {
YPBIND_SUCC_VAL = 1,
- YPBIND_FAIL_VAL = 2
+ YPBIND_FAIL_VAL = 2,
+ _YPBIND_RESPTYPE = 0xffffffff
};
/* network order, of course */