diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
commit | 4399be3cbd35324f7a2c00d77229d995b4022138 (patch) | |
tree | a3959baf797787918878bec6d58d6a0fb743ad0a /include/rpcsvc | |
parent | 709e8f9ae1d734c1a163c9b421df4b8153939ce7 (diff) | |
download | src-test2-4399be3cbd35324f7a2c00d77229d995b4022138.tar.gz src-test2-4399be3cbd35324f7a2c00d77229d995b4022138.zip |
Notes
Diffstat (limited to 'include/rpcsvc')
-rw-r--r-- | include/rpcsvc/yp_prot.h | 16 | ||||
-rw-r--r-- | include/rpcsvc/ypclnt.h | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h index f5206a9fbc46..11a1f5cfecae 100644 --- a/include/rpcsvc/yp_prot.h +++ b/include/rpcsvc/yp_prot.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: yp_prot.h,v 1.1 1993/09/14 17:42:54 jtc Exp $ + * $Id: yp_prot.h,v 1.1 1994/08/04 19:01:56 wollman Exp $ */ #ifndef _YP_PROT_H_ @@ -34,9 +34,9 @@ /* * YPSERV PROTOCOL: - * + * * ypserv supports the following procedures: - * + * * YPPROC_NULL takes (void), returns (void). * called to check if server is alive. * YPPROC_DOMAIN takes (char *), returns (bool_t). @@ -209,7 +209,7 @@ struct ypresp_maplist { * Users of the ypclnt package (or of this protocol) don't HAVE to know about * it, but it must be available to users because _yp_dobind is a public * interface." - * + * * This is totally bogus! Nowhere else does Sun state that _yp_dobind() is * a public interface, and I don't know any reason anyone would want to call * it. But, just in case anyone does actually expect it to be available.. @@ -228,7 +228,7 @@ struct dom_binding { /* * YPBIND PROTOCOL: - * + * * ypbind supports the following procedures: * * YPBINDPROC_NULL takes (void), returns (void). @@ -239,7 +239,7 @@ struct dom_binding { * YPBINDPROC_SETDOM takes (struct ypbind_setdom), returns (void). * used by ypset. */ - + #define YPBINDPROG ((u_long)100007) #define YPBINDVERS ((u_long)2) #define YPBINDVERS_ORIG ((u_long)1) @@ -287,13 +287,13 @@ struct ypbind_setdom { /* * YPPUSH PROTOCOL: - * + * * Sun says: * "Protocol between clients (ypxfr, only) and yppush * yppush speaks a protocol in the transient range, which * is supplied to ypxfr as a command-line parameter when it * is activated by ypserv." - * + * * This protocol is not implimented, naturally, because this YP * implimentation only does the client side. */ diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h index d6b7a2ad78bd..816801255125 100644 --- a/include/rpcsvc/ypclnt.h +++ b/include/rpcsvc/ypclnt.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ypclnt.h,v 1.1 1994/08/04 19:01:56 wollman Exp $ + * $Id: ypclnt.h,v 1.2 1995/04/21 18:07:34 wpaul Exp $ */ #ifndef _YPCLNT_H_ @@ -56,7 +56,7 @@ #define YPOP_INSERT 2 /* add, do not change */ #define YPOP_DELETE 3 /* delete this entry */ #define YPOP_STORE 4 /* add, or change */ - + struct ypall_callback { int (*foreach)(); /* return non-0 to stop getting called */ char *data; /* opaque pointer for use of callback fn */ |