summaryrefslogtreecommitdiffstats
path: root/include/rpc/svc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpc/svc.h')
-rw-r--r--include/rpc/svc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpc/svc.h b/include/rpc/svc.h
index b525d82..11b0afe 100644
--- a/include/rpc/svc.h
+++ b/include/rpc/svc.h
@@ -28,7 +28,7 @@
*
* from: @(#)svc.h 1.20 88/02/08 SMI
* from: @(#)svc.h 2.2 88/07/29 4.0 RPCSRC
- * $Id: svc.h,v 1.1 1993/10/27 05:40:55 paul Exp $
+ * $Id: svc.h,v 1.2 1994/08/07 18:41:00 wollman Exp $
*/
/*
@@ -155,7 +155,7 @@ struct svc_req {
* u_long prog;
* u_long vers;
* void (*dispatch)();
- * int protocol; /* like TCP or UDP, zero means do not register
+ * int protocol; // like TCP or UDP, zero means do not register
*/
__BEGIN_DECLS
extern bool_t svc_register __P((SVCXPRT *, u_long, u_long, void (*)(), int));
OpenPOWER on IntegriCloud