diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-06 19:13:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-06 19:13:53 +0000 |
commit | 9bb179f0db68a83ec195f894c661b3eb9e5f1202 (patch) | |
tree | ecdf9cd063d142078f322c661037114e749a3ca3 /usr.sbin | |
parent | 8b6d08b14ce3881ee0ac0f0da45a41f21404084f (diff) |
no , at end of enum; maja ok
this file should not exist. the code should be using <rpcsvc/yp.h> ones
the differences are removed.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ypserv/ypserv/yp.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ypserv/ypserv/yp.h b/usr.sbin/ypserv/ypserv/yp.h index 694b9bcfb38..696ec372f39 100644 --- a/usr.sbin/ypserv/ypserv/yp.h +++ b/usr.sbin/ypserv/ypserv/yp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: yp.h,v 1.6 2002/07/19 02:38:40 deraadt Exp $ */ +/* $OpenBSD: yp.h,v 1.7 2002/09/06 19:13:52 deraadt Exp $ */ /* * Please do not edit this file. @@ -26,7 +26,7 @@ enum ypstat { YP_BADDB = -5, YP_YPERR = -6, YP_BADARGS = -7, - YP_VERS = -8, + YP_VERS = -8 }; typedef enum ypstat ypstat; #ifdef __cplusplus @@ -54,7 +54,7 @@ enum ypxfrstat { YPXFR_CLEAR = -11, YPXFR_FORCE = -12, YPXFR_XFRERR = -13, - YPXFR_REFUSED = -14, + YPXFR_REFUSED = -14 }; typedef enum ypxfrstat ypxfrstat; #ifdef __cplusplus @@ -314,7 +314,7 @@ enum yppush_status { YPPUSH_CLEAR = -11, YPPUSH_FORCE = -12, YPPUSH_XFRERR = -13, - YPPUSH_REFUSED = -14, + YPPUSH_REFUSED = -14 }; typedef enum yppush_status yppush_status; #ifdef __cplusplus @@ -342,7 +342,7 @@ bool_t xdr_yppushresp_xfr(); enum ypbind_resptype { YPBIND_SUCC_VAL = 1, - YPBIND_FAIL_VAL = 2, + YPBIND_FAIL_VAL = 2 }; typedef enum ypbind_resptype ypbind_resptype; #ifdef __cplusplus |