diff options
Diffstat (limited to 'nis')
-rw-r--r-- | nis/rpcsvc/yp_prot.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nis/rpcsvc/yp_prot.h b/nis/rpcsvc/yp_prot.h index f6e3f49..bee8435 100644 --- a/nis/rpcsvc/yp_prot.h +++ b/nis/rpcsvc/yp_prot.h @@ -278,11 +278,6 @@ struct ypbind_setdom { #define YPPUSHPROC_NULL ((u_long)0) #define YPPUSHPROC_XFRRESP ((u_long)1) -struct yppushresp_xfr { - u_int transid; - yppush_status status; -}; - /* Status values for yppushresp_xfr.status */ enum yppush_status { @@ -323,6 +318,11 @@ enum yppush_status { }; typedef enum yppush_status yppush_status; +struct yppushresp_xfr { + u_int transid; + yppush_status status; +}; + struct ypresp_all { bool_t more; union { |