summaryrefslogtreecommitdiff
path: root/include/rpc
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/rpc.h2
-rw-r--r--include/rpc/svc.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
index 1edf4a334..f1da8fa7f 100644
--- a/include/rpc/rpc.h
+++ b/include/rpc/rpc.h
@@ -60,7 +60,7 @@
* Uncomment-out the next line if you are building the rpc library with
* DES Authentication (see the README file in the secure_rpc/ directory).
*/
-/*#include <rpc/auth_des.h> /* protocol for des style cred */
+/*#include <rpc/auth_des.h>*/ /* protocol for des style cred */
/* Server side only remote procedure callee */
#include <rpc/svc.h> /* service manager and multiplexer */
diff --git a/include/rpc/svc.h b/include/rpc/svc.h
index 3cb07ef3f..a36a24ba0 100644
--- a/include/rpc/svc.h
+++ b/include/rpc/svc.h
@@ -151,8 +151,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*/
extern bool_t svc_register();
/*