about summary refs log tree commit diff
path: root/nis/rpcsvc/yp_prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'nis/rpcsvc/yp_prot.h')
-rw-r--r--nis/rpcsvc/yp_prot.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/nis/rpcsvc/yp_prot.h b/nis/rpcsvc/yp_prot.h
index f6e3f49783..bee84351bb 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 {