summaryrefslogtreecommitdiffstats
path: root/include/rpcsvc/yp_prot.h
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
commit2ad6f3dee6bc54535003f4ab26bbc587b7efa38c (patch)
treea3959baf797787918878bec6d58d6a0fb743ad0a /include/rpcsvc/yp_prot.h
parent4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (diff)
downloadFreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.zip
FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'include/rpcsvc/yp_prot.h')
-rw-r--r--include/rpcsvc/yp_prot.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h
index f5206a9..11a1f5c 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.
*/
OpenPOWER on IntegriCloud