summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/include/rpcsvc/yp_prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/librpc/include/rpcsvc/yp_prot.h')
-rw-r--r--cpukit/librpc/include/rpcsvc/yp_prot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/librpc/include/rpcsvc/yp_prot.h b/cpukit/librpc/include/rpcsvc/yp_prot.h
index 5abe0e2514..f29f3ce833 100644
--- a/cpukit/librpc/include/rpcsvc/yp_prot.h
+++ b/cpukit/librpc/include/rpcsvc/yp_prot.h
@@ -233,7 +233,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 */